Shades of Spanish White #DDCCB2
Tints of Spanish White #DDCCB2
RGB
CMYK
RGB Variations
Color information
#DDCCB2 (or 0xDDCCB2) is known color: Spanish White. HEX triplet: DD, CC and B2. RGB value is (221,204,178). Sum of RGB (Red+Green+Blue) = 221+204+178=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 178 (69.92% from 255 or 29.52% from 603); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCCB2 is #22334D. Grayscale: #CECECE. Windows color (decimal): -2241358 or 11717853. OLE color: 11717853.
HSL color Cylindrical-coordinate representation of color #DDCCB2: hue angle of 36.28º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDCCB2 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 204 | 178 | - |
CMYK | 0 | 0.08 | 0.19 | 0.13 |
HSL | 36.28º | 0.39% | 0.78% | - |
HSV(B) | 36.28º | 0.19% | 0.87% | - |
XYZ | 59.45 | 61.77 | 50.91 | - |
YUV | 206.12 | 112.13 | 138.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 204 | 178 | 0 | 0.08 | 0.19 | 0.13 | 36.28 | 0.39 | 0.78 |
Hex | DD | CC | B2 | 0 | 8 | 13 | D | 24 | 27 | 4E |
Octal | 335 | 314 | 262 | 0 | 10 | 23 | 15 | 44 | 47 | 116 |
Binary | 11011101 | 11001100 | 10110010 | 0 | 1000 | 10011 | 1101 | 100100 | 100111 | 1001110 |
Color Harmonies of #DDCCB2
Complementary color
Monochromatic Colors of #DDCCB2
Black with #DDCCB2
Text Example
Text Example
White with #DDCCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCCB2; }
p { color: rgb(221,204,178); }
H1.HeaderClassName
{
color: #DDCCB2;
}
.AnyTagClassName
{
color: #DDCCB2;
}
</style>
background-color css
<style>
a { background-color: #DDCCB2; }
a { background-color: rgb(221,204,178); }
div.DivClassName
{
background-color: #DDCCB2;
}
.BgClassName
{
background-color: #DDCCB2;
}
</style>
border-color css
<style>
span { border-color: #DDCCB2; }
span { border-color: rgb(221,204,178); }
td.TdClassName
{
border-color: #DDCCB2;
}
.TagClassName
{
border-color: #DDCCB2;
}
</style>