Shades of Athens Grey #D5DFDF
Tints of Athens Grey #D5DFDF
RGB
CMYK
RGB Variations
Color information
#D5DFDF (or 0xD5DFDF) is known color: Athens Grey. HEX triplet: D5, DF and DF. RGB value is (213,223,223). Sum of RGB (Red+Green+Blue) = 213+223+223=659 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.32% from 659); Green value is 223 (87.5% from 255 or 33.84% from 659); Blue value is 223 (87.5% from 255 or 33.84% from 659); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #D5DFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DFDF is #2A2020. Grayscale: #DCDCDC. Windows color (decimal): -2760737 or 14671829. OLE color: 14671829.
HSL color Cylindrical-coordinate representation of color #D5DFDF: hue angle of 180º 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 #D5DFDF is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 213 | 223 | 223 | - |
CMYK | 0.04 | 0 | 0 | 0.13 |
HSL | 180º | 0.14% | 0.85% | - |
HSV(B) | 180º | 0.04% | 0.87% | - |
XYZ | 67.15 | 72.25 | 80.22 | - |
YUV | 220.01 | 129.69 | 123 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 223 | 223 | 0.04 | 0 | 0 | 0.13 | 180 | 0.14 | 0.85 |
Hex | D5 | DF | DF | 4 | 0 | 0 | D | B4 | E | 55 |
Octal | 325 | 337 | 337 | 4 | 0 | 0 | 15 | 264 | 16 | 125 |
Binary | 11010101 | 11011111 | 11011111 | 100 | 0 | 0 | 1101 | 10110100 | 1110 | 1010101 |
Color Harmonies of #D5DFDF
Complementary color
Monochromatic Colors of #D5DFDF
Black with #D5DFDF
Text Example
Text Example
White with #D5DFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DFDF; }
p { color: rgb(213,223,223); }
H1.HeaderClassName
{
color: #D5DFDF;
}
.AnyTagClassName
{
color: #D5DFDF;
}
</style>
background-color css
<style>
a { background-color: #D5DFDF; }
a { background-color: rgb(213,223,223); }
div.DivClassName
{
background-color: #D5DFDF;
}
.BgClassName
{
background-color: #D5DFDF;
}
</style>
border-color css
<style>
span { border-color: #D5DFDF; }
span { border-color: rgb(213,223,223); }
td.TdClassName
{
border-color: #D5DFDF;
}
.TagClassName
{
border-color: #D5DFDF;
}
</style>