#CFDFDF

Color #CFDFDF Athens Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Athens Grey #CFDFDF

Tints of Athens Grey #CFDFDF

Color information

#CFDFDF (or 0xCFDFDF) is unknown color: approx 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

RGB207223223-
CMYK0.07000.13
HSL180º20%84.31%-
HSV(B)180º7.17%87.45%-
XYZ65.4471.3780.14-
YUV218.22130.7120-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 31.70%
GREEN value IS 223 (87.5% from 255) = 34.15%
BLUE value IS 223 (87.5% from 255) = 34.15%
R=31.70%
G=34.15%
B=34.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072232230.07000.131802084.31
HexCFDFDF700Db41454
Octal3173373377001526424124
Binary11001111110111111101111111100110110110100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>