Html Css Color HEX #D0DEDD Athens Grey

📋 copy color: '#D0DEDD'

red 208 ◦ green 222 ◦ blue 221

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

Shades of Athens Grey #D0DEDD

Tints of Athens Grey #D0DEDD

RGB

 RED value IS 208 (81.64% from 255) = 31.95%

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

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

R = 31.95%
G = 34.1%
B = 33.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#D0DEDD (or 0xD0DEDD) is known color: Athens Grey. HEX triplet: D0, DE and DD. RGB value is (208,222,221). Sum of RGB (Red+Green+Blue) = 208+222+221=651 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.95% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 222 - color contains mainly: green. Hex color #D0DEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DEDD is #2F2122. Grayscale: #D9D9D9. Windows color (decimal): -3088675 or 14540496. OLE color: 14540496.

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

Color convert

RGB 208 222 221 -
CMYK 0.06 0 0.00 0.13
HSL 175.71º 0.18% 0.84% -
HSV(B) 175.71º 0.06% 0.87% -
XYZ 65.18 70.87 78.65 -
YUV 217.7 129.86 121.08 -
System Red Green Blue C M Y K H S L
Decimal 208 222 221 0.06 0 0.00 0.13 175.71 0.18 0.84
Hex D0 DE DD 6 0 0 D B0 12 54
Octal 320 336 335 6 0 0 15 260 22 124
Binary 11010000 11011110 11011101 110 0 0 1101 10110000 10010 1010100

Color Harmonies of #D0DEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DEDD

Black with #D0DEDD

Text Example


Text Example

White with #D0DEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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