#C4DDAF

Color #C4DDAF Pixie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pixie Green #C4DDAF

Tints of Pixie Green #C4DDAF

Color information

#C4DDAF (or 0xC4DDAF) is unknown color: approx Pixie Green. HEX triplet: C4, DD and AF. RGB value is (196,221,175). Sum of RGB (Red+Green+Blue) = 196+221+175=592 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.11% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 175 (68.75% from 255 or 29.56% from 592); Max value from RGB is 221 - color contains mainly: green. Hex color #C4DDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DDAF is #3B2250. Grayscale: #D0D0D0. Windows color (decimal): -3875409 or 11525572. OLE color: 11525572.

HSL color Cylindrical-coordinate representation of color #C4DDAF: hue angle of 92.61º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4DDAF is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB196221175-
CMYK0.1100.210.13
HSL92.61º40.35%77.65%-
HSV(B)92.61º20.81%86.67%-
XYZ56.3666.5450.43-
YUV208.28109.22119.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 33.11%
GREEN value IS 221 (86.72% from 255) = 37.33%
BLUE value IS 175 (68.75% from 255) = 29.56%
R=33.11%
G=37.33%
B=29.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1962211750.1100.210.1392.6140.3577.65
HexC4DDAFB015D5d284e
Octal304335257130251513550116
Binary1100010011011101101011111011010101110110111011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DDAF; }

 p { color: rgb(196,221,175); }

 H1.HeaderClassName
 {
   color: #C4DDAF;
 }
 .AnyTagClassName
 {
   color: #C4DDAF;
 }
</style>
background-color css

<style>
 a { background-color: #C4DDAF; }

 a { background-color: rgb(196,221,175); }

 div.DivClassName
 {
   background-color: #C4DDAF;
 }
 .BgClassName
 {
   background-color: #C4DDAF;
 }
</style>
border-color css

<style>
 span { border-color: #C4DDAF; }

 span { border-color: rgb(196,221,175); }

 td.TdClassName
 {
   border-color: #C4DDAF;
 }
 .TagClassName
 {
   border-color: #C4DDAF;
 }
</style>