Shades of Spanish White #DDCEAF
Tints of Spanish White #DDCEAF
RGB
CMYK
RGB Variations
Color information
#DDCEAF (or 0xDDCEAF) is known color: Spanish White. HEX triplet: DD, CE and AF. RGB value is (221,206,175). Sum of RGB (Red+Green+Blue) = 221+206+175=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 175 (68.75% from 255 or 29.07% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCEAF is #223150. Grayscale: #CFCFCF. Windows color (decimal): -2240849 or 11521757. OLE color: 11521757.
HSL color Cylindrical-coordinate representation of color #DDCEAF: hue angle of 40.43º 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 #DDCEAF is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 206 | 175 | - |
CMYK | 0 | 0.07 | 0.21 | 0.13 |
HSL | 40.43º | 0.4% | 0.78% | - |
HSV(B) | 40.43º | 0.21% | 0.87% | - |
XYZ | 59.63 | 62.61 | 49.5 | - |
YUV | 206.95 | 109.97 | 138.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 206 | 175 | 0 | 0.07 | 0.21 | 0.13 | 40.43 | 0.4 | 0.78 |
Hex | DD | CE | AF | 0 | 7 | 15 | D | 28 | 28 | 4E |
Octal | 335 | 316 | 257 | 0 | 7 | 25 | 15 | 50 | 50 | 116 |
Binary | 11011101 | 11001110 | 10101111 | 0 | 111 | 10101 | 1101 | 101000 | 101000 | 1001110 |
Color Harmonies of #DDCEAF
Complementary color
Monochromatic Colors of #DDCEAF
Black with #DDCEAF
Text Example
Text Example
White with #DDCEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCEAF; }
p { color: rgb(221,206,175); }
H1.HeaderClassName
{
color: #DDCEAF;
}
.AnyTagClassName
{
color: #DDCEAF;
}
</style>
background-color css
<style>
a { background-color: #DDCEAF; }
a { background-color: rgb(221,206,175); }
div.DivClassName
{
background-color: #DDCEAF;
}
.BgClassName
{
background-color: #DDCEAF;
}
</style>
border-color css
<style>
span { border-color: #DDCEAF; }
span { border-color: rgb(221,206,175); }
td.TdClassName
{
border-color: #DDCEAF;
}
.TagClassName
{
border-color: #DDCEAF;
}
</style>