#C8DBB3

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

Shades of Pixie Green #C8DBB3

Tints of Pixie Green #C8DBB3

Color information

#C8DBB3 (or 0xC8DBB3) is unknown color: approx Pixie Green. HEX triplet: C8, DB and B3. RGB value is (200,219,179). Sum of RGB (Red+Green+Blue) = 200+219+179=598 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.44% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 179 (70.31% from 255 or 29.93% from 598); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DBB3 is #37244C. Grayscale: #D0D0D0. Windows color (decimal): -3613773 or 11787208. OLE color: 11787208.

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

Color convert

RGB200219179-
CMYK0.0900.180.14
HSL88.5º35.71%78.04%-
HSV(B)88.5º18.26%85.88%-
XYZ57.2966.252.41-
YUV208.76111.21121.75-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.44%
GREEN value IS 219 (85.94% from 255) = 36.62%
BLUE value IS 179 (70.31% from 255) = 29.93%
R=33.44%
G=36.62%
B=29.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002191790.0900.180.1488.535.7178.04
HexC8DBB39012E58244e
Octal310333263110221613044116
Binary1100100011011011101100111001010010111010110001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DBB3; }

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

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

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

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

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

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

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

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