#CBDDB2

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

Shades of Pale Leaf #CBDDB2

Tints of Pale Leaf #CBDDB2

Color information

#CBDDB2 (or 0xCBDDB2) is unknown color: approx Pale Leaf. HEX triplet: CB, DD and B2. RGB value is (203,221,178). Sum of RGB (Red+Green+Blue) = 203+221+178=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 178 (69.92% from 255 or 29.57% from 602); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDDB2 is #34224D. Grayscale: #D2D2D2. Windows color (decimal): -3416654 or 11722187. OLE color: 11722187.

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

Color convert

RGB203221178-
CMYK0.0800.190.13
HSL85.12º38.74%78.24%-
HSV(B)85.12º19.46%86.67%-
XYZ58.5267.6252.09-
YUV210.72109.54122.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.72%
GREEN value IS 221 (86.72% from 255) = 36.71%
BLUE value IS 178 (69.92% from 255) = 29.57%
R=33.72%
G=36.71%
B=29.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032211780.0800.190.1385.1238.7478.24
HexCBDDB28013D55274e
Octal313335262100231512547116
Binary1100101111011101101100101000010011110110101011001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDDB2; }

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

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

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

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

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

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

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

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