Shades of Athens Grey #D3DFDF
Tints of Athens Grey #D3DFDF
RGB
CMYK
RGB Variations
Color information
#D3DFDF (or 0xD3DFDF) is known color: Athens Grey. HEX triplet: D3, DF and DF. RGB value is (211,223,223). Sum of RGB (Red+Green+Blue) = 211+223+223=657 (87% of max value = 765). Red value is 211 (82.81% from 255 or 32.12% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #D3DFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DFDF is #2C2020. Grayscale: #DBDBDB. Windows color (decimal): -2891809 or 14671827. OLE color: 14671827.
HSL color Cylindrical-coordinate representation of color #D3DFDF: hue angle of 180º degrees, saturation: 0.16, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D3DFDF is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 211 | 223 | 223 | - |
CMYK | 0.05 | 0 | 0 | 0.13 |
HSL | 180º | 0.16% | 0.85% | - |
HSV(B) | 180º | 0.05% | 0.87% | - |
XYZ | 66.57 | 71.95 | 80.19 | - |
YUV | 219.41 | 130.02 | 122 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 223 | 223 | 0.05 | 0 | 0 | 0.13 | 180 | 0.16 | 0.85 |
Hex | D3 | DF | DF | 5 | 0 | 0 | D | B4 | 10 | 55 |
Octal | 323 | 337 | 337 | 5 | 0 | 0 | 15 | 264 | 20 | 125 |
Binary | 11010011 | 11011111 | 11011111 | 101 | 0 | 0 | 1101 | 10110100 | 10000 | 1010101 |
Color Harmonies of #D3DFDF
Complementary color
Monochromatic Colors of #D3DFDF
Black with #D3DFDF
Text Example
Text Example
White with #D3DFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DFDF; }
p { color: rgb(211,223,223); }
H1.HeaderClassName
{
color: #D3DFDF;
}
.AnyTagClassName
{
color: #D3DFDF;
}
</style>
background-color css
<style>
a { background-color: #D3DFDF; }
a { background-color: rgb(211,223,223); }
div.DivClassName
{
background-color: #D3DFDF;
}
.BgClassName
{
background-color: #D3DFDF;
}
</style>
border-color css
<style>
span { border-color: #D3DFDF; }
span { border-color: rgb(211,223,223); }
td.TdClassName
{
border-color: #D3DFDF;
}
.TagClassName
{
border-color: #D3DFDF;
}
</style>