Shades of Athens Grey #D4DCDC
Tints of Athens Grey #D4DCDC
RGB
CMYK
RGB Variations
Color information
#D4DCDC (or 0xD4DCDC) is known color: Athens Grey. HEX triplet: D4, DC and DC. RGB value is (212,220,220). Sum of RGB (Red+Green+Blue) = 212+220+220=652 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.52% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #D4DCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DCDC is #2B2323. Grayscale: #D9D9D9. Windows color (decimal): -2827044 or 14474452. OLE color: 14474452.
HSL color Cylindrical-coordinate representation of color #D4DCDC: hue angle of 180º degrees, saturation: 0.1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D4DCDC is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 212 | 220 | 220 | - |
CMYK | 0.04 | 0 | 0 | 0.14 |
HSL | 180º | 0.1% | 0.85% | - |
HSV(B) | 180º | 0.04% | 0.86% | - |
XYZ | 65.66 | 70.35 | 77.83 | - |
YUV | 217.61 | 129.35 | 124 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 220 | 220 | 0.04 | 0 | 0 | 0.14 | 180 | 0.1 | 0.85 |
Hex | D4 | DC | DC | 4 | 0 | 0 | E | B4 | A | 55 |
Octal | 324 | 334 | 334 | 4 | 0 | 0 | 16 | 264 | 12 | 125 |
Binary | 11010100 | 11011100 | 11011100 | 100 | 0 | 0 | 1110 | 10110100 | 1010 | 1010101 |
Color Harmonies of #D4DCDC
Complementary color
Monochromatic Colors of #D4DCDC
Black with #D4DCDC
Text Example
Text Example
White with #D4DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DCDC; }
p { color: rgb(212,220,220); }
H1.HeaderClassName
{
color: #D4DCDC;
}
.AnyTagClassName
{
color: #D4DCDC;
}
</style>
background-color css
<style>
a { background-color: #D4DCDC; }
a { background-color: rgb(212,220,220); }
div.DivClassName
{
background-color: #D4DCDC;
}
.BgClassName
{
background-color: #D4DCDC;
}
</style>
border-color css
<style>
span { border-color: #D4DCDC; }
span { border-color: rgb(212,220,220); }
td.TdClassName
{
border-color: #D4DCDC;
}
.TagClassName
{
border-color: #D4DCDC;
}
</style>