Shades of Very Light Grey #DAC6C6
Tints of Very Light Grey #DAC6C6
RGB
CMYK
RGB Variations
Color information
#DAC6C6 (or 0xDAC6C6) is known color: Very Light Grey. HEX triplet: DA, C6 and C6. RGB value is (218,198,198). Sum of RGB (Red+Green+Blue) = 218+198+198=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 198 (77.73% from 255 or 32.25% from 614); Blue value is 198 (77.73% from 255 or 32.25% from 614); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC6C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC6C6 is #253939. Grayscale: #CBCBCB. Windows color (decimal): -2439482 or 13027034. OLE color: 13027034.
HSL color Cylindrical-coordinate representation of color #DAC6C6: hue angle of 0º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAC6C6 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 198 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.15 |
| HSL | 0º | 0.21% | 0.82% | - |
| HSV(B) | 0º | 0.09% | 0.85% | - |
| XYZ | 59.3 | 59.37 | 61.76 | - |
| YUV | 203.98 | 124.63 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 198 | 0 | 0.09 | 0.09 | 0.15 | 0 | 0.21 | 0.82 |
| Hex | DA | C6 | C6 | 0 | 9 | 9 | F | 0 | 15 | 52 |
| Octal | 332 | 306 | 306 | 0 | 11 | 11 | 17 | 0 | 25 | 122 |
| Binary | 11011010 | 11000110 | 11000110 | 0 | 1001 | 1001 | 1111 | 0 | 10101 | 1010010 |
Color Harmonies of #DAC6C6
Complementary color
Monochromatic Colors of #DAC6C6
Black with #DAC6C6
Text Example
Text Example
White with #DAC6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC6C6; }
p { color: rgb(218,198,198); }
H1.HeaderClassName
{
color: #DAC6C6;
}
.AnyTagClassName
{
color: #DAC6C6;
}
</style>
background-color css
<style>
a { background-color: #DAC6C6; }
a { background-color: rgb(218,198,198); }
div.DivClassName
{
background-color: #DAC6C6;
}
.BgClassName
{
background-color: #DAC6C6;
}
</style>
border-color css
<style>
span { border-color: #DAC6C6; }
span { border-color: rgb(218,198,198); }
td.TdClassName
{
border-color: #DAC6C6;
}
.TagClassName
{
border-color: #DAC6C6;
}
</style>