Shades of Spanish White #DFD2B6
Tints of Spanish White #DFD2B6
RGB
CMYK
RGB Variations
Color information
#DFD2B6 (or 0xDFD2B6) is known color: Spanish White. HEX triplet: DF, D2 and B6. RGB value is (223,210,182). Sum of RGB (Red+Green+Blue) = 223+210+182=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 210 (82.42% from 255 or 34.15% from 615); Blue value is 182 (71.48% from 255 or 29.59% from 615); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD2B6 is #202D49. Grayscale: #D2D2D2. Windows color (decimal): -2108746 or 11981535. OLE color: 11981535.
HSL color Cylindrical-coordinate representation of color #DFD2B6: hue angle of 40.98º degrees, saturation: 0.39, 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 #DFD2B6 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 210 | 182 | - |
CMYK | 0 | 0.06 | 0.18 | 0.13 |
HSL | 40.98º | 0.39% | 0.79% | - |
HSV(B) | 40.98º | 0.18% | 0.87% | - |
XYZ | 61.92 | 65.16 | 53.57 | - |
YUV | 210.7 | 111.81 | 136.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 210 | 182 | 0 | 0.06 | 0.18 | 0.13 | 40.98 | 0.39 | 0.79 |
Hex | DF | D2 | B6 | 0 | 6 | 12 | D | 29 | 27 | 4F |
Octal | 337 | 322 | 266 | 0 | 6 | 22 | 15 | 51 | 47 | 117 |
Binary | 11011111 | 11010010 | 10110110 | 0 | 110 | 10010 | 1101 | 101001 | 100111 | 1001111 |
Color Harmonies of #DFD2B6
Complementary color
Monochromatic Colors of #DFD2B6
Black with #DFD2B6
Text Example
Text Example
White with #DFD2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD2B6; }
p { color: rgb(223,210,182); }
H1.HeaderClassName
{
color: #DFD2B6;
}
.AnyTagClassName
{
color: #DFD2B6;
}
</style>
background-color css
<style>
a { background-color: #DFD2B6; }
a { background-color: rgb(223,210,182); }
div.DivClassName
{
background-color: #DFD2B6;
}
.BgClassName
{
background-color: #DFD2B6;
}
</style>
border-color css
<style>
span { border-color: #DFD2B6; }
span { border-color: rgb(223,210,182); }
td.TdClassName
{
border-color: #DFD2B6;
}
.TagClassName
{
border-color: #DFD2B6;
}
</style>