Html Css Color HEX #CFDEE0 Athens Grey

📋 copy color: '#CFDEE0'

red 207 ◦ green 222 ◦ blue 224

#CFDEE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Athens Grey #CFDEE0

Tints of Athens Grey #CFDEE0

RGB

 RED value IS 207 (81.25% from 255) = 31.7%

 GREEN value IS 222 (87.11% from 255) = 34%

 BLUE value IS 224 (87.89% from 255) = 34.3%

R = 31.7%
G = 34%
B = 34.3%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CFDEE0 (or 0xCFDEE0) is known color: 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

RGB 207 222 224 -
CMYK 0.08 0.01 0 0.12
HSL 187.06º 0.22% 0.85% -
HSV(B) 187.06º 0.08% 0.88% -
XYZ 65.31 70.89 80.76 -
YUV 217.74 131.53 120.34 -
System Red Green Blue C M Y K H S L
Decimal 207 222 224 0.08 0.01 0 0.12 187.06 0.22 0.85
Hex CF DE E0 8 1 0 C BB 16 55
Octal 317 336 340 10 1 0 14 273 26 125
Binary 11001111 11011110 11100000 1000 1 0 1100 10111011 10110 1010101

Color Harmonies of #CFDEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDEE0

Black with #CFDEE0

Text Example


Text Example

White with #CFDEE0

Text Example


Text Example

HTML Codes & Css Web 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>