Shades of Athens Grey #D8DFDF
Tints of Athens Grey #D8DFDF
RGB
CMYK
RGB Variations
Color information
#D8DFDF (or 0xD8DFDF) is known color: Athens Grey. HEX triplet: D8, DF and DF. RGB value is (216,223,223). Sum of RGB (Red+Green+Blue) = 216+223+223=662 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.63% from 662); Green value is 223 (87.5% from 255 or 33.69% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #D8DFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DFDF is #272020. Grayscale: #DCDCDC. Windows color (decimal): -2564129 or 14671832. OLE color: 14671832.
HSL color Cylindrical-coordinate representation of color #D8DFDF: hue angle of 180º degrees, saturation: 0.1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D8DFDF is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 216 | 223 | 223 | - |
CMYK | 0.03 | 0 | 0 | 0.13 |
HSL | 180º | 0.1% | 0.86% | - |
HSV(B) | 180º | 0.03% | 0.87% | - |
XYZ | 68.03 | 72.7 | 80.26 | - |
YUV | 220.91 | 129.18 | 124.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 223 | 223 | 0.03 | 0 | 0 | 0.13 | 180 | 0.1 | 0.86 |
Hex | D8 | DF | DF | 3 | 0 | 0 | D | B4 | A | 56 |
Octal | 330 | 337 | 337 | 3 | 0 | 0 | 15 | 264 | 12 | 126 |
Binary | 11011000 | 11011111 | 11011111 | 11 | 0 | 0 | 1101 | 10110100 | 1010 | 1010110 |
Color Harmonies of #D8DFDF
Complementary color
Monochromatic Colors of #D8DFDF
Black with #D8DFDF
Text Example
Text Example
White with #D8DFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DFDF; }
p { color: rgb(216,223,223); }
H1.HeaderClassName
{
color: #D8DFDF;
}
.AnyTagClassName
{
color: #D8DFDF;
}
</style>
background-color css
<style>
a { background-color: #D8DFDF; }
a { background-color: rgb(216,223,223); }
div.DivClassName
{
background-color: #D8DFDF;
}
.BgClassName
{
background-color: #D8DFDF;
}
</style>
border-color css
<style>
span { border-color: #D8DFDF; }
span { border-color: rgb(216,223,223); }
td.TdClassName
{
border-color: #D8DFDF;
}
.TagClassName
{
border-color: #D8DFDF;
}
</style>