Html Css Color HEX #D2DEDD Athens Grey

📋 copy color: '#D2DEDD'

red 210 ◦ green 222 ◦ blue 221

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

Shades of Athens Grey #D2DEDD

Tints of Athens Grey #D2DEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.84%

R = 32.16%
G = 34%
B = 33.84%

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

#D2DEDD (or 0xD2DEDD) is known color: Athens Grey. HEX triplet: D2, DE and DD. RGB value is (210,222,221). Sum of RGB (Red+Green+Blue) = 210+222+221=653 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.16% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 222 - color contains mainly: green. Hex color #D2DEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DEDD is #2D2122. Grayscale: #DADADA. Windows color (decimal): -2957603 or 14540498. OLE color: 14540498.

HSL color Cylindrical-coordinate representation of color #D2DEDD: hue angle of 175º degrees, saturation: 0.15, 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 #D2DEDD is Cyan = 0.05, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 222 221 -
CMYK 0.05 0 0.00 0.13
HSL 175º 0.15% 0.85% -
HSV(B) 175º 0.05% 0.87% -
XYZ 65.75 71.16 78.68 -
YUV 218.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 210 222 221 0.05 0 0.00 0.13 175 0.15 0.85
Hex D2 DE DD 5 0 0 D AF F 55
Octal 322 336 335 5 0 0 15 257 17 125
Binary 11010010 11011110 11011101 101 0 0 1101 10101111 1111 1010101

Color Harmonies of #D2DEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DEDD

Black with #D2DEDD

Text Example


Text Example

White with #D2DEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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