#C8DEAF

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

Shades of Pixie Green #C8DEAF

Tints of Pixie Green #C8DEAF

Color information

#C8DEAF (or 0xC8DEAF) is unknown color: approx Pixie Green. HEX triplet: C8, DE and AF. RGB value is (200,222,175). Sum of RGB (Red+Green+Blue) = 200+222+175=597 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.50% from 597); Green value is 222 (87.11% from 255 or 37.19% from 597); Blue value is 175 (68.75% from 255 or 29.31% from 597); Max value from RGB is 222 - color contains mainly: green. Hex color #C8DEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DEAF is #372150. Grayscale: #D2D2D2. Windows color (decimal): -3613009 or 11525832. OLE color: 11525832.

HSL color Cylindrical-coordinate representation of color #C8DEAF: hue angle of 88.09º degrees, saturation: 0.42, 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 #C8DEAF is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB200222175-
CMYK0.1000.210.13
HSL88.09º41.59%77.84%-
HSV(B)88.09º21.17%87.06%-
XYZ57.6867.6250.57-
YUV210.06108.21120.82-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.50%
GREEN value IS 222 (87.11% from 255) = 37.19%
BLUE value IS 175 (68.75% from 255) = 29.31%
R=33.50%
G=37.19%
B=29.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2002221750.1000.210.1388.0941.5977.84
HexC8DEAFA015D582a4e
Octal310336257120251513052116
Binary1100100011011110101011111010010101110110110001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DEAF; }

 p { color: rgb(200,222,175); }

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

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

 a { background-color: rgb(200,222,175); }

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

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

 span { border-color: rgb(200,222,175); }

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