Shades of Athens Grey #CFDFDF
Tints of Athens Grey #CFDFDF
RGB
CMYK
RGB Variations
Color information
#CFDFDF (or 0xCFDFDF) is known color: Athens Grey. HEX triplet: CF, DF and DF. RGB value is (207,223,223). Sum of RGB (Red+Green+Blue) = 207+223+223=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #CFDFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDFDF is #302020. Grayscale: #DADADA. Windows color (decimal): -3153953 or 14671823. OLE color: 14671823.
HSL color Cylindrical-coordinate representation of color #CFDFDF: hue angle of 180º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFDFDF is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 207 | 223 | 223 | - |
CMYK | 0.07 | 0 | 0 | 0.13 |
HSL | 180º | 0.2% | 0.84% | - |
HSV(B) | 180º | 0.07% | 0.87% | - |
XYZ | 65.44 | 71.37 | 80.14 | - |
YUV | 218.22 | 130.7 | 120 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 223 | 223 | 0.07 | 0 | 0 | 0.13 | 180 | 0.2 | 0.84 |
Hex | CF | DF | DF | 7 | 0 | 0 | D | B4 | 14 | 54 |
Octal | 317 | 337 | 337 | 7 | 0 | 0 | 15 | 264 | 24 | 124 |
Binary | 11001111 | 11011111 | 11011111 | 111 | 0 | 0 | 1101 | 10110100 | 10100 | 1010100 |
Color Harmonies of #CFDFDF
Complementary color
Monochromatic Colors of #CFDFDF
Black with #CFDFDF
Text Example
Text Example
White with #CFDFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDFDF; }
p { color: rgb(207,223,223); }
H1.HeaderClassName
{
color: #CFDFDF;
}
.AnyTagClassName
{
color: #CFDFDF;
}
</style>
background-color css
<style>
a { background-color: #CFDFDF; }
a { background-color: rgb(207,223,223); }
div.DivClassName
{
background-color: #CFDFDF;
}
.BgClassName
{
background-color: #CFDFDF;
}
</style>
border-color css
<style>
span { border-color: #CFDFDF; }
span { border-color: rgb(207,223,223); }
td.TdClassName
{
border-color: #CFDFDF;
}
.TagClassName
{
border-color: #CFDFDF;
}
</style>