#C8DDAE

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

Shades of Pixie Green #C8DDAE

Tints of Pixie Green #C8DDAE

Color information

#C8DDAE (or 0xC8DDAE) is unknown color: approx Pixie Green. HEX triplet: C8, DD and AE. RGB value is (200,221,174). Sum of RGB (Red+Green+Blue) = 200+221+174=595 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.61% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 174 (68.36% from 255 or 29.24% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DDAE is #372251. Grayscale: #D1D1D1. Windows color (decimal): -3613266 or 11460040. OLE color: 11460040.

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

Color convert

RGB200221174-
CMYK0.1000.210.13
HSL86.81º40.87%77.45%-
HSV(B)86.81º21.27%86.67%-
XYZ57.3267.0549.97-
YUV209.36108.04121.32-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.61%
GREEN value IS 221 (86.72% from 255) = 37.14%
BLUE value IS 174 (68.36% from 255) = 29.24%
R=33.61%
G=37.14%
B=29.24%

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
Decimal2002211740.1000.210.1386.8140.8777.45
HexC8DDAEA015D57294d
Octal310335256120251512751115
Binary1100100011011101101011101010010101110110101111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DDAE; }

 p { color: rgb(200,221,174); }

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

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

 a { background-color: rgb(200,221,174); }

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

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

 span { border-color: rgb(200,221,174); }

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