Shades of Athens Grey #D5DDDF
Tints of Athens Grey #D5DDDF
RGB
CMYK
RGB Variations
Color information
#D5DDDF (or 0xD5DDDF) is known color: Athens Grey. HEX triplet: D5, DD and DF. RGB value is (213,221,223). Sum of RGB (Red+Green+Blue) = 213+221+223=657 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.42% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 223 - color contains mainly: blue. Hex color #D5DDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DDDF is #2A2220. Grayscale: #DADADA. Windows color (decimal): -2761249 or 14671317. OLE color: 14671317.
HSL color Cylindrical-coordinate representation of color #D5DDDF: hue angle of 192º degrees, saturation: 0.14, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D5DDDF is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 213 | 221 | 223 | - |
CMYK | 0.04 | 0.01 | 0 | 0.13 |
HSL | 192º | 0.14% | 0.85% | - |
HSV(B) | 192º | 0.04% | 0.87% | - |
XYZ | 66.62 | 71.19 | 80.04 | - |
YUV | 218.84 | 130.35 | 123.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 221 | 223 | 0.04 | 0.01 | 0 | 0.13 | 192 | 0.14 | 0.85 |
Hex | D5 | DD | DF | 4 | 1 | 0 | D | C0 | E | 55 |
Octal | 325 | 335 | 337 | 4 | 1 | 0 | 15 | 300 | 16 | 125 |
Binary | 11010101 | 11011101 | 11011111 | 100 | 1 | 0 | 1101 | 11000000 | 1110 | 1010101 |
Color Harmonies of #D5DDDF
Complementary color
Monochromatic Colors of #D5DDDF
Black with #D5DDDF
Text Example
Text Example
White with #D5DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DDDF; }
p { color: rgb(213,221,223); }
H1.HeaderClassName
{
color: #D5DDDF;
}
.AnyTagClassName
{
color: #D5DDDF;
}
</style>
background-color css
<style>
a { background-color: #D5DDDF; }
a { background-color: rgb(213,221,223); }
div.DivClassName
{
background-color: #D5DDDF;
}
.BgClassName
{
background-color: #D5DDDF;
}
</style>
border-color css
<style>
span { border-color: #D5DDDF; }
span { border-color: rgb(213,221,223); }
td.TdClassName
{
border-color: #D5DDDF;
}
.TagClassName
{
border-color: #D5DDDF;
}
</style>