Html Css Color HEX #D2DFE0 Athens Grey

📋 copy color: '#D2DFE0'

red 210 ◦ green 223 ◦ blue 224

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

Shades of Athens Grey #D2DFE0

Tints of Athens Grey #D2DFE0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.94%

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

R = 31.96%
G = 33.94%
B = 34.09%

CMYK

 C value IS 0.06

 M value IS 0.00

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D2DFE0 (or 0xD2DFE0) is known color: Athens Grey. HEX triplet: D2, DF and E0. RGB value is (210,223,224). Sum of RGB (Red+Green+Blue) = 210+223+224=657 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.96% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 224 (87.89% from 255 or 34.09% from 657); Max value from RGB is 224 - color contains mainly: blue. Hex color #D2DFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DFE0 is #2D201F. Grayscale: #DBDBDB. Windows color (decimal): -2957344 or 14737362. OLE color: 14737362.

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

Color convert

RGB 210 223 224 -
CMYK 0.06 0.00 0 0.12
HSL 184.29º 0.18% 0.85% -
HSV(B) 184.29º 0.06% 0.88% -
XYZ 66.42 71.86 80.89 -
YUV 219.23 130.69 121.42 -
System Red Green Blue C M Y K H S L
Decimal 210 223 224 0.06 0.00 0 0.12 184.29 0.18 0.85
Hex D2 DF E0 6 0 0 C B8 12 55
Octal 322 337 340 6 0 0 14 270 22 125
Binary 11010010 11011111 11100000 110 0 0 1100 10111000 10010 1010101

Color Harmonies of #D2DFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DFE0

Black with #D2DFE0

Text Example


Text Example

White with #D2DFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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