Shades of Athens Grey #D7DEDF
Tints of Athens Grey #D7DEDF
RGB
CMYK
RGB Variations
Color information
#D7DEDF (or 0xD7DEDF) is known color: Athens Grey. HEX triplet: D7, DE and DF. RGB value is (215,222,223). Sum of RGB (Red+Green+Blue) = 215+222+223=660 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.58% from 660); Green value is 222 (87.11% from 255 or 33.64% from 660); Blue value is 223 (87.5% from 255 or 33.79% from 660); Max value from RGB is 223 - color contains mainly: blue. Hex color #D7DEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DEDF is #282120. Grayscale: #DCDCDC. Windows color (decimal): -2629921 or 14671575. OLE color: 14671575.
HSL color Cylindrical-coordinate representation of color #D7DEDF: hue angle of 187.5º degrees, saturation: 0.11, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D7DEDF is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 215 | 222 | 223 | - |
CMYK | 0.04 | 0.00 | 0 | 0.13 |
HSL | 187.5º | 0.11% | 0.86% | - |
HSV(B) | 187.5º | 0.04% | 0.87% | - |
XYZ | 67.46 | 72.02 | 80.16 | - |
YUV | 220.02 | 129.68 | 124.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 222 | 223 | 0.04 | 0.00 | 0 | 0.13 | 187.5 | 0.11 | 0.86 |
Hex | D7 | DE | DF | 4 | 0 | 0 | D | BC | B | 56 |
Octal | 327 | 336 | 337 | 4 | 0 | 0 | 15 | 274 | 13 | 126 |
Binary | 11010111 | 11011110 | 11011111 | 100 | 0 | 0 | 1101 | 10111100 | 1011 | 1010110 |
Color Harmonies of #D7DEDF
Complementary color
Monochromatic Colors of #D7DEDF
Black with #D7DEDF
Text Example
Text Example
White with #D7DEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DEDF; }
p { color: rgb(215,222,223); }
H1.HeaderClassName
{
color: #D7DEDF;
}
.AnyTagClassName
{
color: #D7DEDF;
}
</style>
background-color css
<style>
a { background-color: #D7DEDF; }
a { background-color: rgb(215,222,223); }
div.DivClassName
{
background-color: #D7DEDF;
}
.BgClassName
{
background-color: #D7DEDF;
}
</style>
border-color css
<style>
span { border-color: #D7DEDF; }
span { border-color: rgb(215,222,223); }
td.TdClassName
{
border-color: #D7DEDF;
}
.TagClassName
{
border-color: #D7DEDF;
}
</style>