Shades of Sapling #DDCFAA
Tints of Sapling #DDCFAA
RGB
CMYK
RGB Variations
Color information
#DDCFAA (or 0xDDCFAA) is known color: Sapling. HEX triplet: DD, CF and AA. RGB value is (221,207,170). Sum of RGB (Red+Green+Blue) = 221+207+170=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 170 (66.80% from 255 or 28.43% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCFAA is #223055. Grayscale: #CFCFCF. Windows color (decimal): -2240598 or 11194333. OLE color: 11194333.
HSL color Cylindrical-coordinate representation of color #DDCFAA: hue angle of 43.53º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDCFAA is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 207 | 170 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.13 |
| HSL | 43.53º | 0.43% | 0.77% | - |
| HSV(B) | 43.53º | 0.23% | 0.87% | - |
| XYZ | 59.39 | 62.9 | 47.04 | - |
| YUV | 206.97 | 107.14 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 207 | 170 | 0 | 0.06 | 0.23 | 0.13 | 43.53 | 0.43 | 0.77 |
| Hex | DD | CF | AA | 0 | 6 | 17 | D | 2C | 2B | 4D |
| Octal | 335 | 317 | 252 | 0 | 6 | 27 | 15 | 54 | 53 | 115 |
| Binary | 11011101 | 11001111 | 10101010 | 0 | 110 | 10111 | 1101 | 101100 | 101011 | 1001101 |
Color Harmonies of #DDCFAA
Complementary color
Monochromatic Colors of #DDCFAA
Black with #DDCFAA
Text Example
Text Example
White with #DDCFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCFAA; }
p { color: rgb(221,207,170); }
H1.HeaderClassName
{
color: #DDCFAA;
}
.AnyTagClassName
{
color: #DDCFAA;
}
</style>
background-color css
<style>
a { background-color: #DDCFAA; }
a { background-color: rgb(221,207,170); }
div.DivClassName
{
background-color: #DDCFAA;
}
.BgClassName
{
background-color: #DDCFAA;
}
</style>
border-color css
<style>
span { border-color: #DDCFAA; }
span { border-color: rgb(221,207,170); }
td.TdClassName
{
border-color: #DDCFAA;
}
.TagClassName
{
border-color: #DDCFAA;
}
</style>