Shades of Spanish White #DDCFB8
Tints of Spanish White #DDCFB8
RGB
CMYK
RGB Variations
Color information
#DDCFB8 (or 0xDDCFB8) is known color: Spanish White. HEX triplet: DD, CF and B8. RGB value is (221,207,184). Sum of RGB (Red+Green+Blue) = 221+207+184=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 184 (72.27% from 255 or 30.07% from 612); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFB8 is #223047. Grayscale: #D0D0D0. Windows color (decimal): -2240584 or 12111837. OLE color: 12111837.
HSL color Cylindrical-coordinate representation of color #DDCFB8: hue angle of 37.3º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDCFB8 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 207 | 184 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.13 |
| HSL | 37.3º | 0.35% | 0.79% | - |
| HSV(B) | 37.3º | 0.17% | 0.87% | - |
| XYZ | 60.78 | 63.46 | 54.39 | - |
| YUV | 208.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 207 | 184 | 0 | 0.06 | 0.17 | 0.13 | 37.3 | 0.35 | 0.79 |
| Hex | DD | CF | B8 | 0 | 6 | 11 | D | 25 | 23 | 4F |
| Octal | 335 | 317 | 270 | 0 | 6 | 21 | 15 | 45 | 43 | 117 |
| Binary | 11011101 | 11001111 | 10111000 | 0 | 110 | 10001 | 1101 | 100101 | 100011 | 1001111 |
Color Harmonies of #DDCFB8
Complementary color
Monochromatic Colors of #DDCFB8
Black with #DDCFB8
Text Example
Text Example
White with #DDCFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCFB8; }
p { color: rgb(221,207,184); }
H1.HeaderClassName
{
color: #DDCFB8;
}
.AnyTagClassName
{
color: #DDCFB8;
}
</style>
background-color css
<style>
a { background-color: #DDCFB8; }
a { background-color: rgb(221,207,184); }
div.DivClassName
{
background-color: #DDCFB8;
}
.BgClassName
{
background-color: #DDCFB8;
}
</style>
border-color css
<style>
span { border-color: #DDCFB8; }
span { border-color: rgb(221,207,184); }
td.TdClassName
{
border-color: #DDCFB8;
}
.TagClassName
{
border-color: #DDCFB8;
}
</style>