Shades of Pale Leaf #CBDDAF
Tints of Pale Leaf #CBDDAF
RGB
CMYK
RGB Variations
Color information
#CBDDAF (or 0xCBDDAF) is known color: 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
| RGB | 203 | 221 | 175 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.13 |
| HSL | 83.48º | 0.4% | 0.78% | - |
| HSV(B) | 83.48º | 0.21% | 0.87% | - |
| XYZ | 58.22 | 67.5 | 50.52 | - |
| YUV | 210.37 | 108.04 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 175 | 0.08 | 0 | 0.21 | 0.13 | 83.48 | 0.4 | 0.78 |
| Hex | CB | DD | AF | 8 | 0 | 15 | D | 53 | 28 | 4E |
| Octal | 313 | 335 | 257 | 10 | 0 | 25 | 15 | 123 | 50 | 116 |
| Binary | 11001011 | 11011101 | 10101111 | 1000 | 0 | 10101 | 1101 | 1010011 | 101000 | 1001110 |
Color Harmonies of #CBDDAF
Complementary color
Monochromatic Colors of #CBDDAF
Black with #CBDDAF
Text Example
Text Example
White with #CBDDAF
Text Example
Text Example
HTML Codes & Css Web 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>