Html Css Color HEX #D9DDDE Athens Grey

📋 copy color: '#D9DDDE'

red 217 ◦ green 221 ◦ blue 222

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

Shades of Athens Grey #D9DDDE

Tints of Athens Grey #D9DDDE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.48%

 BLUE value IS 222 (87.11% from 255) = 33.64%

R = 32.88%
G = 33.48%
B = 33.64%

CMYK

 C value IS 0.02

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D9DDDE (or 0xD9DDDE) is known color: Athens Grey. HEX triplet: D9, DD and DE. RGB value is (217,221,222). Sum of RGB (Red+Green+Blue) = 217+221+222=660 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.88% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 222 (87.11% from 255 or 33.64% from 660); Max value from RGB is 222 - color contains mainly: blue. Hex color #D9DDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDDE is #262221. Grayscale: #DBDBDB. Windows color (decimal): -2499106 or 14605785. OLE color: 14605785.

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

Color convert

RGB 217 221 222 -
CMYK 0.02 0.00 0 0.13
HSL 192º 0.07% 0.86% -
HSV(B) 192º 0.02% 0.87% -
XYZ 67.66 71.74 79.39 -
YUV 219.92 129.17 125.92 -
System Red Green Blue C M Y K H S L
Decimal 217 221 222 0.02 0.00 0 0.13 192 0.07 0.86
Hex D9 DD DE 2 0 0 D C0 7 56
Octal 331 335 336 2 0 0 15 300 7 126
Binary 11011001 11011101 11011110 10 0 0 1101 11000000 111 1010110

Color Harmonies of #D9DDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DDDE

Black with #D9DDDE

Text Example


Text Example

White with #D9DDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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