Shades of Spanish White #DDCEB1
Tints of Spanish White #DDCEB1
RGB
CMYK
RGB Variations
Color information
#DDCEB1 (or 0xDDCEB1) is known color: Spanish White. HEX triplet: DD, CE and B1. RGB value is (221,206,177). Sum of RGB (Red+Green+Blue) = 221+206+177=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 177 (69.53% from 255 or 29.30% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCEB1 is #22314E. Grayscale: #CFCFCF. Windows color (decimal): -2240847 or 11652829. OLE color: 11652829.
HSL color Cylindrical-coordinate representation of color #DDCEB1: hue angle of 39.55º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDCEB1 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 206 | 177 | - |
CMYK | 0 | 0.07 | 0.20 | 0.13 |
HSL | 39.55º | 0.39% | 0.78% | - |
HSV(B) | 39.55º | 0.2% | 0.87% | - |
XYZ | 59.83 | 62.69 | 50.54 | - |
YUV | 207.18 | 110.97 | 137.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 206 | 177 | 0 | 0.07 | 0.20 | 0.13 | 39.55 | 0.39 | 0.78 |
Hex | DD | CE | B1 | 0 | 7 | 14 | D | 28 | 27 | 4E |
Octal | 335 | 316 | 261 | 0 | 7 | 24 | 15 | 50 | 47 | 116 |
Binary | 11011101 | 11001110 | 10110001 | 0 | 111 | 10100 | 1101 | 101000 | 100111 | 1001110 |
Color Harmonies of #DDCEB1
Complementary color
Monochromatic Colors of #DDCEB1
Black with #DDCEB1
Text Example
Text Example
White with #DDCEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCEB1; }
p { color: rgb(221,206,177); }
H1.HeaderClassName
{
color: #DDCEB1;
}
.AnyTagClassName
{
color: #DDCEB1;
}
</style>
background-color css
<style>
a { background-color: #DDCEB1; }
a { background-color: rgb(221,206,177); }
div.DivClassName
{
background-color: #DDCEB1;
}
.BgClassName
{
background-color: #DDCEB1;
}
</style>
border-color css
<style>
span { border-color: #DDCEB1; }
span { border-color: rgb(221,206,177); }
td.TdClassName
{
border-color: #DDCEB1;
}
.TagClassName
{
border-color: #DDCEB1;
}
</style>