#CFDEE0

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

Shades of Athens Grey #CFDEE0

Tints of Athens Grey #CFDEE0

Color information

#CFDEE0 (or 0xCFDEE0) is unknown color: approx Athens Grey. HEX triplet: CF, DE and E0. RGB value is (207,222,224). Sum of RGB (Red+Green+Blue) = 207+222+224=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 224 (87.89% from 255 or 34.30% from 653); Max value from RGB is 224 - color contains mainly: blue. Hex color #CFDEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDEE0 is #30211F. Grayscale: #D9D9D9. Windows color (decimal): -3154208 or 14737103. OLE color: 14737103.

HSL color Cylindrical-coordinate representation of color #CFDEE0: hue angle of 187.06º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFDEE0 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB207222224-
CMYK0.080.0100.12
HSL187.06º21.52%84.51%-
HSV(B)187.06º7.59%87.84%-
XYZ65.3170.8980.76-
YUV217.74131.53120.34-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.70%
GREEN value IS 222 (87.11% from 255) = 34.00%
BLUE value IS 224 (87.89% from 255) = 34.30%
R=31.70%
G=34.00%
B=34.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072222240.080.0100.12187.0621.5284.51
HexCFDEE0810Cbb1655
Octal31733634010101427326125
Binary110011111101111011100000100010110010111011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDEE0; }

 p { color: rgb(207,222,224); }

 H1.HeaderClassName
 {
   color: #CFDEE0;
 }
 .AnyTagClassName
 {
   color: #CFDEE0;
 }
</style>
background-color css

<style>
 a { background-color: #CFDEE0; }

 a { background-color: rgb(207,222,224); }

 div.DivClassName
 {
   background-color: #CFDEE0;
 }
 .BgClassName
 {
   background-color: #CFDEE0;
 }
</style>
border-color css

<style>
 span { border-color: #CFDEE0; }

 span { border-color: rgb(207,222,224); }

 td.TdClassName
 {
   border-color: #CFDEE0;
 }
 .TagClassName
 {
   border-color: #CFDEE0;
 }
</style>