Html Css Color HEX #D1DDDC Athens Grey

📋 copy color: '#D1DDDC'

red 209 ◦ green 221 ◦ blue 220

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

Shades of Athens Grey #D1DDDC

Tints of Athens Grey #D1DDDC

RGB

 RED value IS 209 (82.03% from 255) = 32.15%

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

 BLUE value IS 220 (86.33% from 255) = 33.85%

R = 32.15%
G = 34%
B = 33.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#D1DDDC (or 0xD1DDDC) is known color: Athens Grey. HEX triplet: D1, DD and DC. RGB value is (209,221,220). Sum of RGB (Red+Green+Blue) = 209+221+220=650 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.15% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DDDC is #2E2223. Grayscale: #D9D9D9. Windows color (decimal): -3023396 or 14474705. OLE color: 14474705.

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

Color convert

RGB 209 221 220 -
CMYK 0.05 0 0.00 0.13
HSL 175º 0.15% 0.84% -
HSV(B) 175º 0.05% 0.87% -
XYZ 65.07 70.44 77.88 -
YUV 217.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 209 221 220 0.05 0 0.00 0.13 175 0.15 0.84
Hex D1 DD DC 5 0 0 D AF F 54
Octal 321 335 334 5 0 0 15 257 17 124
Binary 11010001 11011101 11011100 101 0 0 1101 10101111 1111 1010100

Color Harmonies of #D1DDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DDDC

Black with #D1DDDC

Text Example


Text Example

White with #D1DDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DDDC; }

 p { color: rgb(209,221,220); }

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

background-color css

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

 a { background-color: rgb(209,221,220); }

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

border-color css

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

 span { border-color: rgb(209,221,220); }

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