Shades of Pale Leaf #CBDAAF
Tints of Pale Leaf #CBDAAF
RGB
CMYK
RGB Variations
Color information
#CBDAAF (or 0xCBDAAF) is known color: Pale Leaf. HEX triplet: CB, DA and AF. RGB value is (203,218,175). Sum of RGB (Red+Green+Blue) = 203+218+175=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDAAF is #342550. Grayscale: #D0D0D0. Windows color (decimal): -3417425 or 11524811. OLE color: 11524811.
HSL color Cylindrical-coordinate representation of color #CBDAAF: hue angle of 80.93º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBDAAF is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 218 | 175 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.15 |
| HSL | 80.93º | 0.37% | 0.77% | - |
| HSV(B) | 80.93º | 0.2% | 0.85% | - |
| XYZ | 57.44 | 65.93 | 50.26 | - |
| YUV | 208.61 | 109.03 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 175 | 0.07 | 0 | 0.20 | 0.15 | 80.93 | 0.37 | 0.77 |
| Hex | CB | DA | AF | 7 | 0 | 14 | F | 51 | 25 | 4D |
| Octal | 313 | 332 | 257 | 7 | 0 | 24 | 17 | 121 | 45 | 115 |
| Binary | 11001011 | 11011010 | 10101111 | 111 | 0 | 10100 | 1111 | 1010001 | 100101 | 1001101 |
Color Harmonies of #CBDAAF
Complementary color
Monochromatic Colors of #CBDAAF
Black with #CBDAAF
Text Example
Text Example
White with #CBDAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDAAF; }
p { color: rgb(203,218,175); }
H1.HeaderClassName
{
color: #CBDAAF;
}
.AnyTagClassName
{
color: #CBDAAF;
}
</style>
background-color css
<style>
a { background-color: #CBDAAF; }
a { background-color: rgb(203,218,175); }
div.DivClassName
{
background-color: #CBDAAF;
}
.BgClassName
{
background-color: #CBDAAF;
}
</style>
border-color css
<style>
span { border-color: #CBDAAF; }
span { border-color: rgb(203,218,175); }
td.TdClassName
{
border-color: #CBDAAF;
}
.TagClassName
{
border-color: #CBDAAF;
}
</style>