Shades of Blanc #DCD1BE
Tints of Blanc #DCD1BE
RGB
CMYK
RGB Variations
Color information
#DCD1BE (or 0xDCD1BE) is known color: Blanc. HEX triplet: DC, D1 and BE. RGB value is (220,209,190). Sum of RGB (Red+Green+Blue) = 220+209+190=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 209 (82.03% from 255 or 33.76% from 619); Blue value is 190 (74.61% from 255 or 30.69% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD1BE is #232E41. Grayscale: #D2D2D2. Windows color (decimal): -2305602 or 12505564. OLE color: 12505564.
HSL color Cylindrical-coordinate representation of color #DCD1BE: hue angle of 38º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCD1BE is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 190 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.14 |
| HSL | 38º | 0.3% | 0.8% | - |
| HSV(B) | 38º | 0.14% | 0.86% | - |
| XYZ | 61.61 | 64.53 | 57.92 | - |
| YUV | 210.12 | 116.64 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 190 | 0 | 0.05 | 0.14 | 0.14 | 38 | 0.3 | 0.8 |
| Hex | DC | D1 | BE | 0 | 5 | E | E | 26 | 1E | 50 |
| Octal | 334 | 321 | 276 | 0 | 5 | 16 | 16 | 46 | 36 | 120 |
| Binary | 11011100 | 11010001 | 10111110 | 0 | 101 | 1110 | 1110 | 100110 | 11110 | 1010000 |
Color Harmonies of #DCD1BE
Complementary color
Monochromatic Colors of #DCD1BE
Black with #DCD1BE
Text Example
Text Example
White with #DCD1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD1BE; }
p { color: rgb(220,209,190); }
H1.HeaderClassName
{
color: #DCD1BE;
}
.AnyTagClassName
{
color: #DCD1BE;
}
</style>
background-color css
<style>
a { background-color: #DCD1BE; }
a { background-color: rgb(220,209,190); }
div.DivClassName
{
background-color: #DCD1BE;
}
.BgClassName
{
background-color: #DCD1BE;
}
</style>
border-color css
<style>
span { border-color: #DCD1BE; }
span { border-color: rgb(220,209,190); }
td.TdClassName
{
border-color: #DCD1BE;
}
.TagClassName
{
border-color: #DCD1BE;
}
</style>