#C8D8B6

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

Shades of Pale Leaf #C8D8B6

Tints of Pale Leaf #C8D8B6

Color information

#C8D8B6 (or 0xC8D8B6) is unknown color: approx Pale Leaf. HEX triplet: C8, D8 and B6. RGB value is (200,216,182). Sum of RGB (Red+Green+Blue) = 200+216+182=598 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.44% from 598); Green value is 216 (84.77% from 255 or 36.12% from 598); Blue value is 182 (71.48% from 255 or 30.43% from 598); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D8B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D8B6 is #372749. Grayscale: #CFCFCF. Windows color (decimal): -3614538 or 11983048. OLE color: 11983048.

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

Color convert

RGB200216182-
CMYK0.0700.160.15
HSL88.24º30.36%78.04%-
HSV(B)88.24º15.74%84.71%-
XYZ56.8264.7753.76-
YUV207.34113.7122.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.44%
GREEN value IS 216 (84.77% from 255) = 36.12%
BLUE value IS 182 (71.48% from 255) = 30.43%
R=33.44%
G=36.12%
B=30.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2002161820.0700.160.1588.2430.3678.04
HexC8D8B67010F581e4e
Octal31033026670201713036116
Binary11001000110110001011011011101000011111011000111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D8B6; }

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

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

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

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

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

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

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

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