Html Css Color HEX #D9DEDF Athens Grey

📋 copy color: '#D9DEDF'

red 217 ◦ green 222 ◦ blue 223

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

Shades of Athens Grey #D9DEDF

Tints of Athens Grey #D9DEDF

RGB

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

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

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

R = 32.78%
G = 33.53%
B = 33.69%

CMYK

 C value IS 0.03

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D9DEDF (or 0xD9DEDF) is known color: Athens Grey. HEX triplet: D9, DE and DF. RGB value is (217,222,223). Sum of RGB (Red+Green+Blue) = 217+222+223=662 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.78% from 662); Green value is 222 (87.11% from 255 or 33.53% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 223 - color contains mainly: blue. Hex color #D9DEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DEDF is #262120. Grayscale: #DCDCDC. Windows color (decimal): -2498849 or 14671577. OLE color: 14671577.

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

Color convert

RGB 217 222 223 -
CMYK 0.03 0.00 0 0.13
HSL 190º 0.09% 0.86% -
HSV(B) 190º 0.03% 0.87% -
XYZ 68.06 72.32 80.18 -
YUV 220.62 129.34 125.42 -
System Red Green Blue C M Y K H S L
Decimal 217 222 223 0.03 0.00 0 0.13 190 0.09 0.86
Hex D9 DE DF 3 0 0 D BE 9 56
Octal 331 336 337 3 0 0 15 276 11 126
Binary 11011001 11011110 11011111 11 0 0 1101 10111110 1001 1010110

Color Harmonies of #D9DEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DEDF

Black with #D9DEDF

Text Example


Text Example

White with #D9DEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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