Shades of Athens Grey #DADDDD
Tints of Athens Grey #DADDDD
RGB
CMYK
RGB Variations
Color information
#DADDDD (or 0xDADDDD) is known color: Athens Grey. HEX triplet: DA, DD and DD. RGB value is (218,221,221). Sum of RGB (Red+Green+Blue) = 218+221+221=660 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.03% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 221 (86.72% from 255 or 33.48% from 660); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #DADDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDDD is #252222. Grayscale: #DCDCDC. Windows color (decimal): -2433571 or 14540250. OLE color: 14540250.
HSL color Cylindrical-coordinate representation of color #DADDDD: hue angle of 180º degrees, saturation: 0.04, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DADDDD is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 221 | 221 | - |
CMYK | 0.01 | 0 | 0 | 0.13 |
HSL | 180º | 0.04% | 0.86% | - |
HSV(B) | 180º | 0.01% | 0.87% | - |
XYZ | 67.82 | 71.84 | 78.7 | - |
YUV | 220.1 | 128.51 | 126.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 221 | 221 | 0.01 | 0 | 0 | 0.13 | 180 | 0.04 | 0.86 |
Hex | DA | DD | DD | 1 | 0 | 0 | D | B4 | 4 | 56 |
Octal | 332 | 335 | 335 | 1 | 0 | 0 | 15 | 264 | 4 | 126 |
Binary | 11011010 | 11011101 | 11011101 | 1 | 0 | 0 | 1101 | 10110100 | 100 | 1010110 |
Color Harmonies of #DADDDD
Complementary color
Monochromatic Colors of #DADDDD
Black with #DADDDD
Text Example
Text Example
White with #DADDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDDD; }
p { color: rgb(218,221,221); }
H1.HeaderClassName
{
color: #DADDDD;
}
.AnyTagClassName
{
color: #DADDDD;
}
</style>
background-color css
<style>
a { background-color: #DADDDD; }
a { background-color: rgb(218,221,221); }
div.DivClassName
{
background-color: #DADDDD;
}
.BgClassName
{
background-color: #DADDDD;
}
</style>
border-color css
<style>
span { border-color: #DADDDD; }
span { border-color: rgb(218,221,221); }
td.TdClassName
{
border-color: #DADDDD;
}
.TagClassName
{
border-color: #DADDDD;
}
</style>