Html Css Color HEX #D0DEDE Athens Grey

📋 copy color: '#D0DEDE'

red 208 ◦ green 222 ◦ blue 222

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

Shades of Athens Grey #D0DEDE

Tints of Athens Grey #D0DEDE

RGB

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

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

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

R = 31.9%
G = 34.05%
B = 34.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D0DEDE (or 0xD0DEDE) is known color: Athens Grey. HEX triplet: D0, DE and DE. RGB value is (208,222,222). Sum of RGB (Red+Green+Blue) = 208+222+222=652 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.90% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #D0DEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DEDE is #2F2121. Grayscale: #D9D9D9. Windows color (decimal): -3088674 or 14606032. OLE color: 14606032.

HSL color Cylindrical-coordinate representation of color #D0DEDE: hue angle of 180º 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 #D0DEDE is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 222 222 -
CMYK 0.06 0 0 0.13
HSL 180º 0.18% 0.84% -
HSV(B) 180º 0.06% 0.87% -
XYZ 65.32 70.93 79.35 -
YUV 217.81 130.36 121 -
System Red Green Blue C M Y K H S L
Decimal 208 222 222 0.06 0 0 0.13 180 0.18 0.84
Hex D0 DE DE 6 0 0 D B4 12 54
Octal 320 336 336 6 0 0 15 264 22 124
Binary 11010000 11011110 11011110 110 0 0 1101 10110100 10010 1010100

Color Harmonies of #D0DEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DEDE

Black with #D0DEDE

Text Example


Text Example

White with #D0DEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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