Shades of Spanish White #DCCFB2
Tints of Spanish White #DCCFB2
RGB
CMYK
RGB Variations
Color information
#DCCFB2 (or 0xDCCFB2) is known color: Spanish White. HEX triplet: DC, CF and B2. RGB value is (220,207,178). Sum of RGB (Red+Green+Blue) = 220+207+178=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 178 (69.92% from 255 or 29.42% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCFB2 is #23304D. Grayscale: #CFCFCF. Windows color (decimal): -2306126 or 11718620. OLE color: 11718620.
HSL color Cylindrical-coordinate representation of color #DCCFB2: hue angle of 41.43º 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 #DCCFB2 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 178 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.14 |
| HSL | 41.43º | 0.38% | 0.78% | - |
| HSV(B) | 41.43º | 0.19% | 0.86% | - |
| XYZ | 59.86 | 63.06 | 51.14 | - |
| YUV | 207.58 | 111.31 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 178 | 0 | 0.06 | 0.19 | 0.14 | 41.43 | 0.38 | 0.78 |
| Hex | DC | CF | B2 | 0 | 6 | 13 | E | 29 | 26 | 4E |
| Octal | 334 | 317 | 262 | 0 | 6 | 23 | 16 | 51 | 46 | 116 |
| Binary | 11011100 | 11001111 | 10110010 | 0 | 110 | 10011 | 1110 | 101001 | 100110 | 1001110 |
Color Harmonies of #DCCFB2
Complementary color
Monochromatic Colors of #DCCFB2
Black with #DCCFB2
Text Example
Text Example
White with #DCCFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCFB2; }
p { color: rgb(220,207,178); }
H1.HeaderClassName
{
color: #DCCFB2;
}
.AnyTagClassName
{
color: #DCCFB2;
}
</style>
background-color css
<style>
a { background-color: #DCCFB2; }
a { background-color: rgb(220,207,178); }
div.DivClassName
{
background-color: #DCCFB2;
}
.BgClassName
{
background-color: #DCCFB2;
}
</style>
border-color css
<style>
span { border-color: #DCCFB2; }
span { border-color: rgb(220,207,178); }
td.TdClassName
{
border-color: #DCCFB2;
}
.TagClassName
{
border-color: #DCCFB2;
}
</style>