#C8DBB2

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

Shades of Pixie Green #C8DBB2

Tints of Pixie Green #C8DBB2

Color information

#C8DBB2 (or 0xC8DBB2) is unknown color: approx Pixie Green. HEX triplet: C8, DB and B2. RGB value is (200,219,178). Sum of RGB (Red+Green+Blue) = 200+219+178=597 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.50% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 178 (69.92% from 255 or 29.82% from 597); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DBB2 is #37244D. Grayscale: #D0D0D0. Windows color (decimal): -3613774 or 11721672. OLE color: 11721672.

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

Color convert

RGB200219178-
CMYK0.0900.190.14
HSL87.8º36.28%77.84%-
HSV(B)87.8º18.72%85.88%-
XYZ57.1966.1651.87-
YUV208.64110.71121.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.50%
GREEN value IS 219 (85.94% from 255) = 36.68%
BLUE value IS 178 (69.92% from 255) = 29.82%
R=33.50%
G=36.68%
B=29.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002191780.0900.190.1487.836.2877.84
HexC8DBB29013E58244e
Octal310333262110231613044116
Binary1100100011011011101100101001010011111010110001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DBB2; }

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

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

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

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

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

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

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

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