Html Css Color HEX #D2DDDC Athens Grey

📋 copy color: '#D2DDDC'

red 210 ◦ green 221 ◦ blue 220

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

Shades of Athens Grey #D2DDDC

Tints of Athens Grey #D2DDDC

RGB

 RED value IS 210 (82.42% from 255) = 32.26%

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

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

R = 32.26%
G = 33.95%
B = 33.79%

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

#D2DDDC (or 0xD2DDDC) is known color: Athens Grey. HEX triplet: D2, DD and DC. RGB value is (210,221,220). Sum of RGB (Red+Green+Blue) = 210+221+220=651 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.26% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DDDC is #2D2223. Grayscale: #D9D9D9. Windows color (decimal): -2957860 or 14474706. OLE color: 14474706.

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

Color convert

RGB 210 221 220 -
CMYK 0.05 0 0.00 0.13
HSL 174.55º 0.14% 0.85% -
HSV(B) 174.55º 0.05% 0.87% -
XYZ 65.35 70.58 77.89 -
YUV 217.6 129.36 122.58 -
System Red Green Blue C M Y K H S L
Decimal 210 221 220 0.05 0 0.00 0.13 174.55 0.14 0.85
Hex D2 DD DC 5 0 0 D AF E 55
Octal 322 335 334 5 0 0 15 257 16 125
Binary 11010010 11011101 11011100 101 0 0 1101 10101111 1110 1010101

Color Harmonies of #D2DDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DDDC

Black with #D2DDDC

Text Example


Text Example

White with #D2DDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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