#CBDCB0

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

Shades of Pale Leaf #CBDCB0

Tints of Pale Leaf #CBDCB0

Color information

#CBDCB0 (or 0xCBDCB0) is unknown color: approx Pale Leaf. HEX triplet: CB, DC and B0. RGB value is (203,220,176). Sum of RGB (Red+Green+Blue) = 203+220+176=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 176 (69.14% from 255 or 29.38% from 599); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDCB0 is #34234F. Grayscale: #D2D2D2. Windows color (decimal): -3416912 or 11590859. OLE color: 11590859.

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

Color convert

RGB203220176-
CMYK0.0800.20.14
HSL83.18º38.6%77.65%-
HSV(B)83.18º20%86.27%-
XYZ58.0667.0250.95-
YUV209.9108.87123.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.89%
GREEN value IS 220 (86.33% from 255) = 36.73%
BLUE value IS 176 (69.14% from 255) = 29.38%
R=33.89%
G=36.73%
B=29.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032201760.0800.20.1483.1838.677.65
HexCBDCB08014E53274e
Octal313334260100241612347116
Binary1100101111011100101100001000010100111010100111001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDCB0; }

 p { color: rgb(203,220,176); }

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

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

 a { background-color: rgb(203,220,176); }

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

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

 span { border-color: rgb(203,220,176); }

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