Shades of Blanc #DFD2BE
Tints of Blanc #DFD2BE
RGB
CMYK
RGB Variations
Color information
#DFD2BE (or 0xDFD2BE) is known color: Blanc. HEX triplet: DF, D2 and BE. RGB value is (223,210,190). Sum of RGB (Red+Green+Blue) = 223+210+190=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 210 (82.42% from 255 or 33.71% from 623); Blue value is 190 (74.61% from 255 or 30.50% from 623); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD2BE is #202D41. Grayscale: #D3D3D3. Windows color (decimal): -2108738 or 12505823. OLE color: 12505823.
HSL color Cylindrical-coordinate representation of color #DFD2BE: hue angle of 36.36º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFD2BE is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 190 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.13 |
| HSL | 36.36º | 0.34% | 0.81% | - |
| HSV(B) | 36.36º | 0.15% | 0.87% | - |
| XYZ | 62.77 | 65.5 | 58.05 | - |
| YUV | 211.61 | 115.81 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 190 | 0 | 0.06 | 0.15 | 0.13 | 36.36 | 0.34 | 0.81 |
| Hex | DF | D2 | BE | 0 | 6 | F | D | 24 | 22 | 51 |
| Octal | 337 | 322 | 276 | 0 | 6 | 17 | 15 | 44 | 42 | 121 |
| Binary | 11011111 | 11010010 | 10111110 | 0 | 110 | 1111 | 1101 | 100100 | 100010 | 1010001 |
Color Harmonies of #DFD2BE
Complementary color
Monochromatic Colors of #DFD2BE
Black with #DFD2BE
Text Example
Text Example
White with #DFD2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD2BE; }
p { color: rgb(223,210,190); }
H1.HeaderClassName
{
color: #DFD2BE;
}
.AnyTagClassName
{
color: #DFD2BE;
}
</style>
background-color css
<style>
a { background-color: #DFD2BE; }
a { background-color: rgb(223,210,190); }
div.DivClassName
{
background-color: #DFD2BE;
}
.BgClassName
{
background-color: #DFD2BE;
}
</style>
border-color css
<style>
span { border-color: #DFD2BE; }
span { border-color: rgb(223,210,190); }
td.TdClassName
{
border-color: #DFD2BE;
}
.TagClassName
{
border-color: #DFD2BE;
}
</style>