#CBDCB2

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

Shades of Pale Leaf #CBDCB2

Tints of Pale Leaf #CBDCB2

Color information

#CBDCB2 (or 0xCBDCB2) is unknown color: approx Pale Leaf. HEX triplet: CB, DC and B2. RGB value is (203,220,178). Sum of RGB (Red+Green+Blue) = 203+220+178=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 178 (69.92% from 255 or 29.62% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDCB2 is #34234D. Grayscale: #D2D2D2. Windows color (decimal): -3416910 or 11721931. OLE color: 11721931.

HSL color Cylindrical-coordinate representation of color #CBDCB2: hue angle of 84.29º degrees, saturation: 0.38, 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 #CBDCB2 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB203220178-
CMYK0.0800.190.14
HSL84.29º37.5%78.04%-
HSV(B)84.29º19.09%86.27%-
XYZ58.2667.152-
YUV210.13109.87122.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.78%
GREEN value IS 220 (86.33% from 255) = 36.61%
BLUE value IS 178 (69.92% from 255) = 29.62%
R=33.78%
G=36.61%
B=29.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032201780.0800.190.1484.2937.578.04
HexCBDCB28013E54264e
Octal313334262100231612446116
Binary1100101111011100101100101000010011111010101001001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDCB2; }

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

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

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

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

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

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

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

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