Shades of Athens Grey #CFDEDF
Tints of Athens Grey #CFDEDF
RGB
CMYK
RGB Variations
Color information
#CFDEDF (or 0xCFDEDF) is known color: Athens Grey. HEX triplet: CF, DE and DF. RGB value is (207,222,223). Sum of RGB (Red+Green+Blue) = 207+222+223=652 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.75% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFDEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDEDF is #302120. Grayscale: #D9D9D9. Windows color (decimal): -3154209 or 14671567. OLE color: 14671567.
HSL color Cylindrical-coordinate representation of color #CFDEDF: hue angle of 183.75º 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 #CFDEDF is Cyan = 0.07, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 223 | - |
| CMYK | 0.07 | 0.00 | 0 | 0.13 |
| HSL | 183.75º | 0.2% | 0.84% | - |
| HSV(B) | 183.75º | 0.07% | 0.87% | - |
| XYZ | 65.17 | 70.84 | 80.05 | - |
| YUV | 217.63 | 131.03 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 223 | 0.07 | 0.00 | 0 | 0.13 | 183.75 | 0.2 | 0.84 |
| Hex | CF | DE | DF | 7 | 0 | 0 | D | B8 | 14 | 54 |
| Octal | 317 | 336 | 337 | 7 | 0 | 0 | 15 | 270 | 24 | 124 |
| Binary | 11001111 | 11011110 | 11011111 | 111 | 0 | 0 | 1101 | 10111000 | 10100 | 1010100 |
Color Harmonies of #CFDEDF
Complementary color
Monochromatic Colors of #CFDEDF
Black with #CFDEDF
Text Example
Text Example
White with #CFDEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDEDF; }
p { color: rgb(207,222,223); }
H1.HeaderClassName
{
color: #CFDEDF;
}
.AnyTagClassName
{
color: #CFDEDF;
}
</style>
background-color css
<style>
a { background-color: #CFDEDF; }
a { background-color: rgb(207,222,223); }
div.DivClassName
{
background-color: #CFDEDF;
}
.BgClassName
{
background-color: #CFDEDF;
}
</style>
border-color css
<style>
span { border-color: #CFDEDF; }
span { border-color: rgb(207,222,223); }
td.TdClassName
{
border-color: #CFDEDF;
}
.TagClassName
{
border-color: #CFDEDF;
}
</style>