Html Css Color HEX #D2E0DF Athens Grey

📋 copy color: '#D2E0DF'

red 210 ◦ green 224 ◦ blue 223

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

Shades of Athens Grey #D2E0DF

Tints of Athens Grey #D2E0DF

RGB

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

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

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

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

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

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

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

Color convert

RGB 210 224 223 -
CMYK 0.06 0 0.00 0.12
HSL 175.71º 0.18% 0.85% -
HSV(B) 175.71º 0.06% 0.88% -
XYZ 66.55 72.34 80.27 -
YUV 219.7 129.86 121.08 -
System Red Green Blue C M Y K H S L
Decimal 210 224 223 0.06 0 0.00 0.12 175.71 0.18 0.85
Hex D2 E0 DF 6 0 0 C B0 12 55
Octal 322 340 337 6 0 0 14 260 22 125
Binary 11010010 11100000 11011111 110 0 0 1100 10110000 10010 1010101

Color Harmonies of #D2E0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E0DF

Black with #D2E0DF

Text Example


Text Example

White with #D2E0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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