#C8DBAE

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

Shades of Pixie Green #C8DBAE

Tints of Pixie Green #C8DBAE

Color information

#C8DBAE (or 0xC8DBAE) is unknown color: approx Pixie Green. HEX triplet: C8, DB and AE. RGB value is (200,219,174). Sum of RGB (Red+Green+Blue) = 200+219+174=593 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.73% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 174 (68.36% from 255 or 29.34% from 593); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DBAE is #372451. Grayscale: #D0D0D0. Windows color (decimal): -3613778 or 11459528. OLE color: 11459528.

HSL color Cylindrical-coordinate representation of color #C8DBAE: hue angle of 85.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8DBAE is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB200219174-
CMYK0.0900.210.14
HSL85.33º38.46%77.06%-
HSV(B)85.33º20.55%85.88%-
XYZ56.796649.79-
YUV208.19108.71122.16-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.73%
GREEN value IS 219 (85.94% from 255) = 36.93%
BLUE value IS 174 (68.36% from 255) = 29.34%
R=33.73%
G=36.93%
B=29.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002191740.0900.210.1485.3338.4677.06
HexC8DBAE9015E55264d
Octal310333256110251612546115
Binary1100100011011011101011101001010101111010101011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DBAE; }

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

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

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

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

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

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

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

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