#C8DFAF

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

Shades of Pixie Green #C8DFAF

Tints of Pixie Green #C8DFAF

Color information

#C8DFAF (or 0xC8DFAF) is unknown color: approx Pixie Green. HEX triplet: C8, DF and AF. RGB value is (200,223,175). Sum of RGB (Red+Green+Blue) = 200+223+175=598 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.44% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 223 - color contains mainly: green. Hex color #C8DFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DFAF is #372050. Grayscale: #D2D2D2. Windows color (decimal): -3612753 or 11526088. OLE color: 11526088.

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

Color convert

RGB200223175-
CMYK0.1000.220.13
HSL88.75º42.86%78.04%-
HSV(B)88.75º21.52%87.45%-
XYZ57.9468.1550.66-
YUV210.65107.88120.4-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.44%
GREEN value IS 223 (87.5% from 255) = 37.29%
BLUE value IS 175 (68.75% from 255) = 29.26%
R=33.44%
G=37.29%
B=29.26%

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
Decimal2002231750.1000.220.1388.7542.8678.04
HexC8DFAFA016D592b4e
Octal310337257120261513153116
Binary1100100011011111101011111010010110110110110011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DFAF; }

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

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

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

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

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

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

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

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