Shades of Light Grey #DACECD
Tints of Light Grey #DACECD
RGB
CMYK
RGB Variations
Color information
#DACECD (or 0xDACECD) is known color: Light Grey. HEX triplet: DA, CE and CD. RGB value is (218,206,205). Sum of RGB (Red+Green+Blue) = 218+206+205=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 206 (80.86% from 255 or 32.75% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 218 - color contains mainly: red. Hex color #DACECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACECD is #253132. Grayscale: #D1D1D1. Windows color (decimal): -2437427 or 13487834. OLE color: 13487834.
HSL color Cylindrical-coordinate representation of color #DACECD: hue angle of 4.62º degrees, saturation: 0.15, 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 #DACECD is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 206 | 205 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.15 |
| HSL | 4.62º | 0.15% | 0.83% | - |
| HSV(B) | 4.62º | 0.06% | 0.85% | - |
| XYZ | 62 | 63.46 | 66.74 | - |
| YUV | 209.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 205 | 0 | 0.06 | 0.06 | 0.15 | 4.62 | 0.15 | 0.83 |
| Hex | DA | CE | CD | 0 | 6 | 6 | F | 5 | F | 53 |
| Octal | 332 | 316 | 315 | 0 | 6 | 6 | 17 | 5 | 17 | 123 |
| Binary | 11011010 | 11001110 | 11001101 | 0 | 110 | 110 | 1111 | 101 | 1111 | 1010011 |
Color Harmonies of #DACECD
Complementary color
Monochromatic Colors of #DACECD
Black with #DACECD
Text Example
Text Example
White with #DACECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACECD; }
p { color: rgb(218,206,205); }
H1.HeaderClassName
{
color: #DACECD;
}
.AnyTagClassName
{
color: #DACECD;
}
</style>
background-color css
<style>
a { background-color: #DACECD; }
a { background-color: rgb(218,206,205); }
div.DivClassName
{
background-color: #DACECD;
}
.BgClassName
{
background-color: #DACECD;
}
</style>
border-color css
<style>
span { border-color: #DACECD; }
span { border-color: rgb(218,206,205); }
td.TdClassName
{
border-color: #DACECD;
}
.TagClassName
{
border-color: #DACECD;
}
</style>