#C8D6B6

Color #C8D6B6 Pale Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Leaf #C8D6B6

Tints of Pale Leaf #C8D6B6

Color information

#C8D6B6 (or 0xC8D6B6) is unknown color: approx Pale Leaf. HEX triplet: C8, D6 and B6. RGB value is (200,214,182). Sum of RGB (Red+Green+Blue) = 200+214+182=596 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.56% from 596); Green value is 214 (83.98% from 255 or 35.91% from 596); Blue value is 182 (71.48% from 255 or 30.54% from 596); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D6B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D6B6 is #372949. Grayscale: #CECECE. Windows color (decimal): -3615050 or 11982536. OLE color: 11982536.

HSL color Cylindrical-coordinate representation of color #C8D6B6: hue angle of 86.25º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8D6B6 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB200214182-
CMYK0.0700.150.16
HSL86.25º28.07%77.65%-
HSV(B)86.25º14.95%83.92%-
XYZ56.3163.7553.59-
YUV206.17114.36123.6-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.56%
GREEN value IS 214 (83.98% from 255) = 35.91%
BLUE value IS 182 (71.48% from 255) = 30.54%
R=33.56%
G=35.91%
B=30.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2002141820.0700.150.1686.2528.0777.65
HexC8D6B670F10561c4e
Octal31032626670172012634116
Binary11001000110101101011011011101111100001010110111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D6B6; }

 p { color: rgb(200,214,182); }

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

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

 a { background-color: rgb(200,214,182); }

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

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

 span { border-color: rgb(200,214,182); }

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