Shades of Athens Grey #DADDDE
Tints of Athens Grey #DADDDE
RGB
CMYK
RGB Variations
Color information
#DADDDE (or 0xDADDDE) is known color: Athens Grey. HEX triplet: DA, DD and DE. RGB value is (218,221,222). Sum of RGB (Red+Green+Blue) = 218+221+222=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 221 (86.72% from 255 or 33.43% from 661); Blue value is 222 (87.11% from 255 or 33.59% from 661); Max value from RGB is 222 - color contains mainly: blue. Hex color #DADDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDDE is #252221. Grayscale: #DCDCDC. Windows color (decimal): -2433570 or 14605786. OLE color: 14605786.
HSL color Cylindrical-coordinate representation of color #DADDDE: hue angle of 195º degrees, saturation: 0.06, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DADDDE is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 222 | - |
| CMYK | 0.02 | 0.00 | 0 | 0.13 |
| HSL | 195º | 0.06% | 0.86% | - |
| HSV(B) | 195º | 0.02% | 0.87% | - |
| XYZ | 67.95 | 71.89 | 79.4 | - |
| YUV | 220.22 | 129.01 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 222 | 0.02 | 0.00 | 0 | 0.13 | 195 | 0.06 | 0.86 |
| Hex | DA | DD | DE | 2 | 0 | 0 | D | C3 | 6 | 56 |
| Octal | 332 | 335 | 336 | 2 | 0 | 0 | 15 | 303 | 6 | 126 |
| Binary | 11011010 | 11011101 | 11011110 | 10 | 0 | 0 | 1101 | 11000011 | 110 | 1010110 |
Color Harmonies of #DADDDE
Complementary color
Monochromatic Colors of #DADDDE
Black with #DADDDE
Text Example
Text Example
White with #DADDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDDE; }
p { color: rgb(218,221,222); }
H1.HeaderClassName
{
color: #DADDDE;
}
.AnyTagClassName
{
color: #DADDDE;
}
</style>
background-color css
<style>
a { background-color: #DADDDE; }
a { background-color: rgb(218,221,222); }
div.DivClassName
{
background-color: #DADDDE;
}
.BgClassName
{
background-color: #DADDDE;
}
</style>
border-color css
<style>
span { border-color: #DADDDE; }
span { border-color: rgb(218,221,222); }
td.TdClassName
{
border-color: #DADDDE;
}
.TagClassName
{
border-color: #DADDDE;
}
</style>