Shades of Spanish White #DDCCB5
Tints of Spanish White #DDCCB5
RGB
CMYK
RGB Variations
Color information
#DDCCB5 (or 0xDDCCB5) is known color: Spanish White. HEX triplet: DD, CC and B5. RGB value is (221,204,181). Sum of RGB (Red+Green+Blue) = 221+204+181=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 181 (71.09% from 255 or 29.87% from 606); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCB5 is #22334A. Grayscale: #CECECE. Windows color (decimal): -2241355 or 11914461. OLE color: 11914461.
HSL color Cylindrical-coordinate representation of color #DDCCB5: hue angle of 34.5º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDCCB5 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 204 | 181 | - |
CMYK | 0 | 0.08 | 0.18 | 0.13 |
HSL | 34.5º | 0.37% | 0.79% | - |
HSV(B) | 34.5º | 0.18% | 0.87% | - |
XYZ | 59.75 | 61.89 | 52.51 | - |
YUV | 206.46 | 113.63 | 138.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 204 | 181 | 0 | 0.08 | 0.18 | 0.13 | 34.5 | 0.37 | 0.79 |
Hex | DD | CC | B5 | 0 | 8 | 12 | D | 22 | 25 | 4F |
Octal | 335 | 314 | 265 | 0 | 10 | 22 | 15 | 42 | 45 | 117 |
Binary | 11011101 | 11001100 | 10110101 | 0 | 1000 | 10010 | 1101 | 100010 | 100101 | 1001111 |
Color Harmonies of #DDCCB5
Complementary color
Monochromatic Colors of #DDCCB5
Black with #DDCCB5
Text Example
Text Example
White with #DDCCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCCB5; }
p { color: rgb(221,204,181); }
H1.HeaderClassName
{
color: #DDCCB5;
}
.AnyTagClassName
{
color: #DDCCB5;
}
</style>
background-color css
<style>
a { background-color: #DDCCB5; }
a { background-color: rgb(221,204,181); }
div.DivClassName
{
background-color: #DDCCB5;
}
.BgClassName
{
background-color: #DDCCB5;
}
</style>
border-color css
<style>
span { border-color: #DDCCB5; }
span { border-color: rgb(221,204,181); }
td.TdClassName
{
border-color: #DDCCB5;
}
.TagClassName
{
border-color: #DDCCB5;
}
</style>