Shades of Spanish White #DCCFB5
Tints of Spanish White #DCCFB5
RGB
CMYK
RGB Variations
Color information
#DCCFB5 (or 0xDCCFB5) is known color: Spanish White. HEX triplet: DC, CF and B5. RGB value is (220,207,181). Sum of RGB (Red+Green+Blue) = 220+207+181=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 181 (71.09% from 255 or 29.77% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFB5 is #23304A. Grayscale: #D0D0D0. Windows color (decimal): -2306123 or 11915228. OLE color: 11915228.
HSL color Cylindrical-coordinate representation of color #DCCFB5: hue angle of 40º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCCFB5 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 181 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.14 |
| HSL | 40º | 0.36% | 0.79% | - |
| HSV(B) | 40º | 0.18% | 0.86% | - |
| XYZ | 60.17 | 63.18 | 52.74 | - |
| YUV | 207.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 181 | 0 | 0.06 | 0.18 | 0.14 | 40 | 0.36 | 0.79 |
| Hex | DC | CF | B5 | 0 | 6 | 12 | E | 28 | 24 | 4F |
| Octal | 334 | 317 | 265 | 0 | 6 | 22 | 16 | 50 | 44 | 117 |
| Binary | 11011100 | 11001111 | 10110101 | 0 | 110 | 10010 | 1110 | 101000 | 100100 | 1001111 |
Color Harmonies of #DCCFB5
Complementary color
Monochromatic Colors of #DCCFB5
Black with #DCCFB5
Text Example
Text Example
White with #DCCFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCFB5; }
p { color: rgb(220,207,181); }
H1.HeaderClassName
{
color: #DCCFB5;
}
.AnyTagClassName
{
color: #DCCFB5;
}
</style>
background-color css
<style>
a { background-color: #DCCFB5; }
a { background-color: rgb(220,207,181); }
div.DivClassName
{
background-color: #DCCFB5;
}
.BgClassName
{
background-color: #DCCFB5;
}
</style>
border-color css
<style>
span { border-color: #DCCFB5; }
span { border-color: rgb(220,207,181); }
td.TdClassName
{
border-color: #DCCFB5;
}
.TagClassName
{
border-color: #DCCFB5;
}
</style>