#CBDCB1

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

Shades of Pale Leaf #CBDCB1

Tints of Pale Leaf #CBDCB1

Color information

#CBDCB1 (or 0xCBDCB1) is unknown color: approx Pale Leaf. HEX triplet: CB, DC and B1. RGB value is (203,220,177). Sum of RGB (Red+Green+Blue) = 203+220+177=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 177 (69.53% from 255 or 29.5% from 600); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDCB1 is #34234E. Grayscale: #D2D2D2. Windows color (decimal): -3416911 or 11656395. OLE color: 11656395.

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

Color convert

RGB203220177-
CMYK0.0800.200.14
HSL83.72º38.05%77.84%-
HSV(B)83.72º19.55%86.27%-
XYZ58.1667.0651.47-
YUV210.02109.37123-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.83%
GREEN value IS 220 (86.33% from 255) = 36.67%
BLUE value IS 177 (69.53% from 255) = 29.5%
R=33.83%
G=36.67%
B=29.5%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032201770.0800.200.1483.7238.0577.84
HexCBDCB18014E54264e
Octal313334261100241612446116
Binary1100101111011100101100011000010100111010101001001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDCB1; }

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

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

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

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

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

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

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

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