Shades of Blanc #DACDBC
Tints of Blanc #DACDBC
RGB
CMYK
RGB Variations
Color information
#DACDBC (or 0xDACDBC) is known color: Blanc. HEX triplet: DA, CD and BC. RGB value is (218,205,188). Sum of RGB (Red+Green+Blue) = 218+205+188=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 188 (73.83% from 255 or 30.77% from 611); Max value from RGB is 218 - color contains mainly: red. Hex color #DACDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACDBC is #253243. Grayscale: #CFCFCF. Windows color (decimal): -2437700 or 12373466. OLE color: 12373466.
HSL color Cylindrical-coordinate representation of color #DACDBC: hue angle of 34º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DACDBC is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 205 | 188 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.15 |
| HSL | 34º | 0.29% | 0.8% | - |
| HSV(B) | 34º | 0.14% | 0.85% | - |
| XYZ | 59.82 | 62.2 | 56.43 | - |
| YUV | 206.95 | 117.31 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 205 | 188 | 0 | 0.06 | 0.14 | 0.15 | 34 | 0.29 | 0.8 |
| Hex | DA | CD | BC | 0 | 6 | E | F | 22 | 1D | 50 |
| Octal | 332 | 315 | 274 | 0 | 6 | 16 | 17 | 42 | 35 | 120 |
| Binary | 11011010 | 11001101 | 10111100 | 0 | 110 | 1110 | 1111 | 100010 | 11101 | 1010000 |
Color Harmonies of #DACDBC
Complementary color
Monochromatic Colors of #DACDBC
Black with #DACDBC
Text Example
Text Example
White with #DACDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACDBC; }
p { color: rgb(218,205,188); }
H1.HeaderClassName
{
color: #DACDBC;
}
.AnyTagClassName
{
color: #DACDBC;
}
</style>
background-color css
<style>
a { background-color: #DACDBC; }
a { background-color: rgb(218,205,188); }
div.DivClassName
{
background-color: #DACDBC;
}
.BgClassName
{
background-color: #DACDBC;
}
</style>
border-color css
<style>
span { border-color: #DACDBC; }
span { border-color: rgb(218,205,188); }
td.TdClassName
{
border-color: #DACDBC;
}
.TagClassName
{
border-color: #DACDBC;
}
</style>