Shades of Spanish White #DECDB6
Tints of Spanish White #DECDB6
RGB
CMYK
RGB Variations
Color information
#DECDB6 (or 0xDECDB6) is known color: Spanish White. HEX triplet: DE, CD and B6. RGB value is (222,205,182). Sum of RGB (Red+Green+Blue) = 222+205+182=609 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.45% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 182 (71.48% from 255 or 29.89% from 609); Max value from RGB is 222 - color contains mainly: red. Hex color #DECDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECDB6 is #213249. Grayscale: #CFCFCF. Windows color (decimal): -2175562 or 11980254. OLE color: 11980254.
HSL color Cylindrical-coordinate representation of color #DECDB6: hue angle of 34.5º degrees, saturation: 0.38, 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 #DECDB6 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 205 | 182 | - |
CMYK | 0 | 0.08 | 0.18 | 0.13 |
HSL | 34.5º | 0.38% | 0.79% | - |
HSV(B) | 34.5º | 0.18% | 0.87% | - |
XYZ | 60.4 | 62.57 | 53.15 | - |
YUV | 207.46 | 113.63 | 138.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 205 | 182 | 0 | 0.08 | 0.18 | 0.13 | 34.5 | 0.38 | 0.79 |
Hex | DE | CD | B6 | 0 | 8 | 12 | D | 22 | 26 | 4F |
Octal | 336 | 315 | 266 | 0 | 10 | 22 | 15 | 42 | 46 | 117 |
Binary | 11011110 | 11001101 | 10110110 | 0 | 1000 | 10010 | 1101 | 100010 | 100110 | 1001111 |
Color Harmonies of #DECDB6
Complementary color
Monochromatic Colors of #DECDB6
Black with #DECDB6
Text Example
Text Example
White with #DECDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECDB6; }
p { color: rgb(222,205,182); }
H1.HeaderClassName
{
color: #DECDB6;
}
.AnyTagClassName
{
color: #DECDB6;
}
</style>
background-color css
<style>
a { background-color: #DECDB6; }
a { background-color: rgb(222,205,182); }
div.DivClassName
{
background-color: #DECDB6;
}
.BgClassName
{
background-color: #DECDB6;
}
</style>
border-color css
<style>
span { border-color: #DECDB6; }
span { border-color: rgb(222,205,182); }
td.TdClassName
{
border-color: #DECDB6;
}
.TagClassName
{
border-color: #DECDB6;
}
</style>