Shades of Light Grey #DACFCE
Tints of Light Grey #DACFCE
RGB
CMYK
RGB Variations
Color information
#DACFCE (or 0xDACFCE) is known color: Light Grey. HEX triplet: DA, CF and CE. RGB value is (218,207,206). Sum of RGB (Red+Green+Blue) = 218+207+206=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 206 (80.86% from 255 or 32.65% from 631); Max value from RGB is 218 - color contains mainly: red. Hex color #DACFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACFCE is #253031. Grayscale: #D2D2D2. Windows color (decimal): -2437170 or 13553626. OLE color: 13553626.
HSL color Cylindrical-coordinate representation of color #DACFCE: hue angle of 5º degrees, saturation: 0.14, 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 #DACFCE is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 207 | 206 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.15 |
| HSL | 5º | 0.14% | 0.83% | - |
| HSV(B) | 5º | 0.06% | 0.85% | - |
| XYZ | 62.37 | 63.99 | 67.46 | - |
| YUV | 210.18 | 125.64 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 206 | 0 | 0.05 | 0.06 | 0.15 | 5 | 0.14 | 0.83 |
| Hex | DA | CF | CE | 0 | 5 | 6 | F | 5 | E | 53 |
| Octal | 332 | 317 | 316 | 0 | 5 | 6 | 17 | 5 | 16 | 123 |
| Binary | 11011010 | 11001111 | 11001110 | 0 | 101 | 110 | 1111 | 101 | 1110 | 1010011 |
Color Harmonies of #DACFCE
Complementary color
Monochromatic Colors of #DACFCE
Black with #DACFCE
Text Example
Text Example
White with #DACFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACFCE; }
p { color: rgb(218,207,206); }
H1.HeaderClassName
{
color: #DACFCE;
}
.AnyTagClassName
{
color: #DACFCE;
}
</style>
background-color css
<style>
a { background-color: #DACFCE; }
a { background-color: rgb(218,207,206); }
div.DivClassName
{
background-color: #DACFCE;
}
.BgClassName
{
background-color: #DACFCE;
}
</style>
border-color css
<style>
span { border-color: #DACFCE; }
span { border-color: rgb(218,207,206); }
td.TdClassName
{
border-color: #DACFCE;
}
.TagClassName
{
border-color: #DACFCE;
}
</style>