#CBDDAF

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

Shades of Pale Leaf #CBDDAF

Tints of Pale Leaf #CBDDAF

Color information

#CBDDAF (or 0xCBDDAF) is unknown color: approx Pale Leaf. HEX triplet: CB, DD and AF. RGB value is (203,221,175). Sum of RGB (Red+Green+Blue) = 203+221+175=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 175 (68.75% from 255 or 29.22% from 599); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDDAF is #342250. Grayscale: #D2D2D2. Windows color (decimal): -3416657 or 11525579. OLE color: 11525579.

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

Color convert

RGB203221175-
CMYK0.0800.210.13
HSL83.48º40.35%77.65%-
HSV(B)83.48º20.81%86.67%-
XYZ58.2267.550.52-
YUV210.37108.04122.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.89%
GREEN value IS 221 (86.72% from 255) = 36.89%
BLUE value IS 175 (68.75% from 255) = 29.22%
R=33.89%
G=36.89%
B=29.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032211750.0800.210.1383.4840.3577.65
HexCBDDAF8015D53284e
Octal313335257100251512350116
Binary1100101111011101101011111000010101110110100111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDDAF; }

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

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

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

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

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

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

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

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