Shades of Light Grey #DACCCC
Tints of Light Grey #DACCCC
RGB
CMYK
RGB Variations
Color information
#DACCCC (or 0xDACCCC) is known color: Light Grey. HEX triplet: DA, CC and CC. RGB value is (218,204,204). Sum of RGB (Red+Green+Blue) = 218+204+204=626 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.82% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 218 - color contains mainly: red. Hex color #DACCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCCC is #253333. Grayscale: #D0D0D0. Windows color (decimal): -2437940 or 13421786. OLE color: 13421786.
HSL color Cylindrical-coordinate representation of color #DACCCC: hue angle of 0º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DACCCC is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 204 | 204 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.15 |
| HSL | 0º | 0.16% | 0.83% | - |
| HSV(B) | 0º | 0.06% | 0.85% | - |
| XYZ | 61.41 | 62.45 | 65.94 | - |
| YUV | 208.19 | 125.64 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 204 | 0 | 0.06 | 0.06 | 0.15 | 0 | 0.16 | 0.83 |
| Hex | DA | CC | CC | 0 | 6 | 6 | F | 0 | 10 | 53 |
| Octal | 332 | 314 | 314 | 0 | 6 | 6 | 17 | 0 | 20 | 123 |
| Binary | 11011010 | 11001100 | 11001100 | 0 | 110 | 110 | 1111 | 0 | 10000 | 1010011 |
Color Harmonies of #DACCCC
Complementary color
Monochromatic Colors of #DACCCC
Black with #DACCCC
Text Example
Text Example
White with #DACCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACCCC; }
p { color: rgb(218,204,204); }
H1.HeaderClassName
{
color: #DACCCC;
}
.AnyTagClassName
{
color: #DACCCC;
}
</style>
background-color css
<style>
a { background-color: #DACCCC; }
a { background-color: rgb(218,204,204); }
div.DivClassName
{
background-color: #DACCCC;
}
.BgClassName
{
background-color: #DACCCC;
}
</style>
border-color css
<style>
span { border-color: #DACCCC; }
span { border-color: rgb(218,204,204); }
td.TdClassName
{
border-color: #DACCCC;
}
.TagClassName
{
border-color: #DACCCC;
}
</style>