#C9DEAD

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

Shades of Pixie Green #C9DEAD

Tints of Pixie Green #C9DEAD

Color information

#C9DEAD (or 0xC9DEAD) is unknown color: approx Pixie Green. HEX triplet: C9, DE and AD. RGB value is (201,222,173). Sum of RGB (Red+Green+Blue) = 201+222+173=596 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.72% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 173 (67.97% from 255 or 29.03% from 596); Max value from RGB is 222 - color contains mainly: green. Hex color #C9DEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DEAD is #362152. Grayscale: #D2D2D2. Windows color (decimal): -3547475 or 11394761. OLE color: 11394761.

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

Color convert

RGB201222173-
CMYK0.0900.220.13
HSL85.71º42.61%77.45%-
HSV(B)85.71º22.07%87.06%-
XYZ57.7567.6849.55-
YUV210.14107.04121.48-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.72%
GREEN value IS 222 (87.11% from 255) = 37.25%
BLUE value IS 173 (67.97% from 255) = 29.03%
R=33.72%
G=37.25%
B=29.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2012221730.0900.220.1385.7142.6177.45
HexC9DEAD9016D562b4d
Octal311336255110261512653115
Binary1100100111011110101011011001010110110110101101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DEAD; }

 p { color: rgb(201,222,173); }

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

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

 a { background-color: rgb(201,222,173); }

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

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

 span { border-color: rgb(201,222,173); }

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