Html Css Color HEX #D2DEE0 Athens Grey

📋 copy color: '#D2DEE0'

red 210 ◦ green 222 ◦ blue 224

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

Shades of Athens Grey #D2DEE0

Tints of Athens Grey #D2DEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 34.15%

R = 32.01%
G = 33.84%
B = 34.15%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D2DEE0 (or 0xD2DEE0) is known color: Athens Grey. HEX triplet: D2, DE and E0. RGB value is (210,222,224). Sum of RGB (Red+Green+Blue) = 210+222+224=656 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.01% from 656); Green value is 222 (87.11% from 255 or 33.84% from 656); Blue value is 224 (87.89% from 255 or 34.15% from 656); Max value from RGB is 224 - color contains mainly: blue. Hex color #D2DEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DEE0 is #2D211F. Grayscale: #DADADA. Windows color (decimal): -2957600 or 14737106. OLE color: 14737106.

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

Color convert

RGB 210 222 224 -
CMYK 0.06 0.01 0 0.12
HSL 188.57º 0.18% 0.85% -
HSV(B) 188.57º 0.06% 0.88% -
XYZ 66.15 71.33 80.8 -
YUV 218.64 131.02 121.84 -
System Red Green Blue C M Y K H S L
Decimal 210 222 224 0.06 0.01 0 0.12 188.57 0.18 0.85
Hex D2 DE E0 6 1 0 C BD 12 55
Octal 322 336 340 6 1 0 14 275 22 125
Binary 11010010 11011110 11100000 110 1 0 1100 10111101 10010 1010101

Color Harmonies of #D2DEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DEE0

Black with #D2DEE0

Text Example


Text Example

White with #D2DEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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