#C9DFAF

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

Shades of Pixie Green #C9DFAF

Tints of Pixie Green #C9DFAF

Color information

#C9DFAF (or 0xC9DFAF) is unknown color: approx Pixie Green. HEX triplet: C9, DF and AF. RGB value is (201,223,175). Sum of RGB (Red+Green+Blue) = 201+223+175=599 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.56% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 175 (68.75% from 255 or 29.22% from 599); Max value from RGB is 223 - color contains mainly: green. Hex color #C9DFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DFAF is #362050. Grayscale: #D3D3D3. Windows color (decimal): -3547217 or 11526089. OLE color: 11526089.

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

Color convert

RGB201223175-
CMYK0.1000.220.13
HSL87.5º42.86%78.04%-
HSV(B)87.5º21.52%87.45%-
XYZ58.2168.2950.67-
YUV210.95107.71120.9-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.56%
GREEN value IS 223 (87.5% from 255) = 37.23%
BLUE value IS 175 (68.75% from 255) = 29.22%
R=33.56%
G=37.23%
B=29.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2012231750.1000.220.1387.542.8678.04
HexC9DFAFA016D582b4e
Octal311337257120261513053116
Binary1100100111011111101011111010010110110110110001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DFAF; }

 p { color: rgb(201,223,175); }

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

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

 a { background-color: rgb(201,223,175); }

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

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

 span { border-color: rgb(201,223,175); }

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