Html Css Color HEX #D0DEDF Athens Grey

📋 copy color: '#D0DEDF'

red 208 ◦ green 222 ◦ blue 223

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

Shades of Athens Grey #D0DEDF

Tints of Athens Grey #D0DEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.15%

R = 31.85%
G = 34%
B = 34.15%

CMYK

 C value IS 0.07

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D0DEDF (or 0xD0DEDF) is known color: Athens Grey. HEX triplet: D0, DE and DF. RGB value is (208,222,223). Sum of RGB (Red+Green+Blue) = 208+222+223=653 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.85% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0DEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DEDF is #2F2120. Grayscale: #D9D9D9. Windows color (decimal): -3088673 or 14671568. OLE color: 14671568.

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

Color convert

RGB 208 222 223 -
CMYK 0.07 0.00 0 0.13
HSL 184º 0.19% 0.85% -
HSV(B) 184º 0.07% 0.87% -
XYZ 65.45 70.98 80.06 -
YUV 217.93 130.86 120.92 -
System Red Green Blue C M Y K H S L
Decimal 208 222 223 0.07 0.00 0 0.13 184 0.19 0.85
Hex D0 DE DF 7 0 0 D B8 13 55
Octal 320 336 337 7 0 0 15 270 23 125
Binary 11010000 11011110 11011111 111 0 0 1101 10111000 10011 1010101

Color Harmonies of #D0DEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DEDF

Black with #D0DEDF

Text Example


Text Example

White with #D0DEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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