#DAE0E0

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

Shades of Athens Grey #DAE0E0

Tints of Athens Grey #DAE0E0

Color information

#DAE0E0 (or 0xDAE0E0) is unknown color: approx Athens Grey. HEX triplet: DA, E0 and E0. RGB value is (218,224,224). Sum of RGB (Red+Green+Blue) = 218+224+224=666 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.73% from 666); Green value is 224 (87.89% from 255 or 33.63% from 666); Blue value is 224 (87.89% from 255 or 33.63% from 666); Max value from RGB is 224 - color contains mainly: green, blue. Hex color #DAE0E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE0E0 is #251F1F. Grayscale: #DEDEDE. Windows color (decimal): -2432800 or 14737626. OLE color: 14737626.

HSL color Cylindrical-coordinate representation of color #DAE0E0: hue angle of 180º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DAE0E0 is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB218224224-
CMYK0.03000.12
HSL180º8.82%86.67%-
HSV(B)180º2.68%87.84%-
XYZ69.0273.681.09-
YUV222.21129.01125-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.73%
GREEN value IS 224 (87.89% from 255) = 33.63%
BLUE value IS 224 (87.89% from 255) = 33.63%
R=32.73%
G=33.63%
B=33.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182242240.03000.121808.8286.67
HexDAE0E0300Cb4957
Octal3323403403001426411127
Binary110110101110000011100000110011001011010010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE0E0; }

 p { color: rgb(218,224,224); }

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

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

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

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

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

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

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