Html Css Color HEX #D9E0DF Athens Grey

📋 copy color: '#D9E0DF'

red 217 ◦ green 224 ◦ blue 223

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

Shades of Athens Grey #D9E0DF

Tints of Athens Grey #D9E0DF

RGB

 RED value IS 217 (85.16% from 255) = 32.68%

 GREEN value IS 224 (87.89% from 255) = 33.73%

 BLUE value IS 223 (87.5% from 255) = 33.58%

R = 32.68%
G = 33.73%
B = 33.58%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#D9E0DF (or 0xD9E0DF) is known color: Athens Grey. HEX triplet: D9, E0 and DF. RGB value is (217,224,223). Sum of RGB (Red+Green+Blue) = 217+224+223=664 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.68% from 664); Green value is 224 (87.89% from 255 or 33.73% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E0DF is #261F20. Grayscale: #DDDDDD. Windows color (decimal): -2498337 or 14672089. OLE color: 14672089.

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

Color convert

RGB 217 224 223 -
CMYK 0.03 0 0.00 0.12
HSL 171.43º 0.1% 0.86% -
HSV(B) 171.43º 0.03% 0.88% -
XYZ 68.59 73.39 80.36 -
YUV 221.79 128.68 124.58 -
System Red Green Blue C M Y K H S L
Decimal 217 224 223 0.03 0 0.00 0.12 171.43 0.1 0.86
Hex D9 E0 DF 3 0 0 C AB A 56
Octal 331 340 337 3 0 0 14 253 12 126
Binary 11011001 11100000 11011111 11 0 0 1100 10101011 1010 1010110

Color Harmonies of #D9E0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E0DF

Black with #D9E0DF

Text Example


Text Example

White with #D9E0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E0DF; }

 p { color: rgb(217,224,223); }

 H1.HeaderClassName
 {
   color: #D9E0DF;
 }
 .AnyTagClassName
 {
   color: #D9E0DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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