Shades of Athens Grey #D8DBDC
Tints of Athens Grey #D8DBDC
RGB
CMYK
RGB Variations
Color information
#D8DBDC (or 0xD8DBDC) is known color: Athens Grey. HEX triplet: D8, DB and DC. RGB value is (216,219,220). Sum of RGB (Red+Green+Blue) = 216+219+220=655 (86% of max value = 765). Red value is 216 (84.77% from 255 or 32.98% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8DBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DBDC is #272423. Grayscale: #DADADA. Windows color (decimal): -2565156 or 14474200. OLE color: 14474200.
HSL color Cylindrical-coordinate representation of color #D8DBDC: hue angle of 195º degrees, saturation: 0.05, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D8DBDC is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 216 | 219 | 220 | - |
CMYK | 0.02 | 0.00 | 0 | 0.14 |
HSL | 195º | 0.05% | 0.85% | - |
HSV(B) | 195º | 0.02% | 0.86% | - |
XYZ | 66.57 | 70.43 | 77.8 | - |
YUV | 218.22 | 129.01 | 126.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 219 | 220 | 0.02 | 0.00 | 0 | 0.14 | 195 | 0.05 | 0.85 |
Hex | D8 | DB | DC | 2 | 0 | 0 | E | C3 | 5 | 55 |
Octal | 330 | 333 | 334 | 2 | 0 | 0 | 16 | 303 | 5 | 125 |
Binary | 11011000 | 11011011 | 11011100 | 10 | 0 | 0 | 1110 | 11000011 | 101 | 1010101 |
Color Harmonies of #D8DBDC
Complementary color
Monochromatic Colors of #D8DBDC
Black with #D8DBDC
Text Example
Text Example
White with #D8DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DBDC; }
p { color: rgb(216,219,220); }
H1.HeaderClassName
{
color: #D8DBDC;
}
.AnyTagClassName
{
color: #D8DBDC;
}
</style>
background-color css
<style>
a { background-color: #D8DBDC; }
a { background-color: rgb(216,219,220); }
div.DivClassName
{
background-color: #D8DBDC;
}
.BgClassName
{
background-color: #D8DBDC;
}
</style>
border-color css
<style>
span { border-color: #D8DBDC; }
span { border-color: rgb(216,219,220); }
td.TdClassName
{
border-color: #D8DBDC;
}
.TagClassName
{
border-color: #D8DBDC;
}
</style>