Html Css Color HEX #D9DFE0 Athens Grey

📋 copy color: '#D9DFE0'

red 217 ◦ green 223 ◦ blue 224

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

Shades of Athens Grey #D9DFE0

Tints of Athens Grey #D9DFE0

RGB

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

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

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

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

CMYK

 C value IS 0.03

 M value IS 0.00

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #D9DFE0: hue angle of 188.57º 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 #D9DFE0 is Cyan = 0.03, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 217 223 224 -
CMYK 0.03 0.00 0 0.12
HSL 188.57º 0.1% 0.86% -
HSV(B) 188.57º 0.03% 0.88% -
XYZ 68.46 72.91 80.99 -
YUV 221.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 217 223 224 0.03 0.00 0 0.12 188.57 0.1 0.86
Hex D9 DF E0 3 0 0 C BD A 56
Octal 331 337 340 3 0 0 14 275 12 126
Binary 11011001 11011111 11100000 11 0 0 1100 10111101 1010 1010110

Color Harmonies of #D9DFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DFE0

Black with #D9DFE0

Text Example


Text Example

White with #D9DFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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