Html Css Color HEX #D0DEE1 Athens Grey

📋 copy color: '#D0DEE1'

red 208 ◦ green 222 ◦ blue 225

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

Shades of Athens Grey #D0DEE1

Tints of Athens Grey #D0DEE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.35%

R = 31.76%
G = 33.89%
B = 34.35%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D0DEE1 (or 0xD0DEE1) is known color: Athens Grey. HEX triplet: D0, DE and E1. RGB value is (208,222,225). Sum of RGB (Red+Green+Blue) = 208+222+225=655 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.76% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 225 (88.28% from 255 or 34.35% from 655); Max value from RGB is 225 - color contains mainly: blue. Hex color #D0DEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DEE1 is #2F211E. Grayscale: #DADADA. Windows color (decimal): -3088671 or 14802640. OLE color: 14802640.

HSL color Cylindrical-coordinate representation of color #D0DEE1: hue angle of 190.59º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0DEE1 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 222 225 -
CMYK 0.08 0.01 0 0.12
HSL 190.59º 0.22% 0.85% -
HSV(B) 190.59º 0.08% 0.88% -
XYZ 65.72 71.09 81.49 -
YUV 218.16 131.86 120.76 -
System Red Green Blue C M Y K H S L
Decimal 208 222 225 0.08 0.01 0 0.12 190.59 0.22 0.85
Hex D0 DE E1 8 1 0 C BF 16 55
Octal 320 336 341 10 1 0 14 277 26 125
Binary 11010000 11011110 11100001 1000 1 0 1100 10111111 10110 1010101

Color Harmonies of #D0DEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DEE1

Black with #D0DEE1

Text Example


Text Example

White with #D0DEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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