Shades of Spanish White #DCCCB2
Tints of Spanish White #DCCCB2
RGB
CMYK
RGB Variations
Color information
#DCCCB2 (or 0xDCCCB2) is known color: Spanish White. HEX triplet: DC, CC and B2. RGB value is (220,204,178). Sum of RGB (Red+Green+Blue) = 220+204+178=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 178 (69.92% from 255 or 29.57% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCCB2 is #23334D. Grayscale: #CDCDCD. Windows color (decimal): -2306894 or 11717852. OLE color: 11717852.
HSL color Cylindrical-coordinate representation of color #DCCCB2: hue angle of 37.14º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCCCB2 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 204 | 178 | - |
CMYK | 0 | 0.07 | 0.19 | 0.14 |
HSL | 37.14º | 0.38% | 0.78% | - |
HSV(B) | 37.14º | 0.19% | 0.86% | - |
XYZ | 59.14 | 61.62 | 50.9 | - |
YUV | 205.82 | 112.3 | 138.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 204 | 178 | 0 | 0.07 | 0.19 | 0.14 | 37.14 | 0.38 | 0.78 |
Hex | DC | CC | B2 | 0 | 7 | 13 | E | 25 | 26 | 4E |
Octal | 334 | 314 | 262 | 0 | 7 | 23 | 16 | 45 | 46 | 116 |
Binary | 11011100 | 11001100 | 10110010 | 0 | 111 | 10011 | 1110 | 100101 | 100110 | 1001110 |
Color Harmonies of #DCCCB2
Complementary color
Monochromatic Colors of #DCCCB2
Black with #DCCCB2
Text Example
Text Example
White with #DCCCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCCB2; }
p { color: rgb(220,204,178); }
H1.HeaderClassName
{
color: #DCCCB2;
}
.AnyTagClassName
{
color: #DCCCB2;
}
</style>
background-color css
<style>
a { background-color: #DCCCB2; }
a { background-color: rgb(220,204,178); }
div.DivClassName
{
background-color: #DCCCB2;
}
.BgClassName
{
background-color: #DCCCB2;
}
</style>
border-color css
<style>
span { border-color: #DCCCB2; }
span { border-color: rgb(220,204,178); }
td.TdClassName
{
border-color: #DCCCB2;
}
.TagClassName
{
border-color: #DCCCB2;
}
</style>