Shades of Athens Grey #DADFDF
Tints of Athens Grey #DADFDF
RGB
CMYK
RGB Variations
Color information
#DADFDF (or 0xDADFDF) is known color: Athens Grey. HEX triplet: DA, DF and DF. RGB value is (218,223,223). Sum of RGB (Red+Green+Blue) = 218+223+223=664 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.83% from 664); Green value is 223 (87.5% from 255 or 33.58% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #DADFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADFDF is #252020. Grayscale: #DDDDDD. Windows color (decimal): -2433057 or 14671834. OLE color: 14671834.
HSL color Cylindrical-coordinate representation of color #DADFDF: hue angle of 180º degrees, saturation: 0.07, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DADFDF is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 223 | 223 | - |
CMYK | 0.02 | 0 | 0 | 0.13 |
HSL | 180º | 0.07% | 0.86% | - |
HSV(B) | 180º | 0.02% | 0.87% | - |
XYZ | 68.62 | 73.01 | 80.29 | - |
YUV | 221.51 | 128.84 | 125.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 223 | 223 | 0.02 | 0 | 0 | 0.13 | 180 | 0.07 | 0.86 |
Hex | DA | DF | DF | 2 | 0 | 0 | D | B4 | 7 | 56 |
Octal | 332 | 337 | 337 | 2 | 0 | 0 | 15 | 264 | 7 | 126 |
Binary | 11011010 | 11011111 | 11011111 | 10 | 0 | 0 | 1101 | 10110100 | 111 | 1010110 |
Color Harmonies of #DADFDF
Complementary color
Monochromatic Colors of #DADFDF
Black with #DADFDF
Text Example
Text Example
White with #DADFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADFDF; }
p { color: rgb(218,223,223); }
H1.HeaderClassName
{
color: #DADFDF;
}
.AnyTagClassName
{
color: #DADFDF;
}
</style>
background-color css
<style>
a { background-color: #DADFDF; }
a { background-color: rgb(218,223,223); }
div.DivClassName
{
background-color: #DADFDF;
}
.BgClassName
{
background-color: #DADFDF;
}
</style>
border-color css
<style>
span { border-color: #DADFDF; }
span { border-color: rgb(218,223,223); }
td.TdClassName
{
border-color: #DADFDF;
}
.TagClassName
{
border-color: #DADFDF;
}
</style>