#D2E1E1

Color #D2E1E1 Athens Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Athens Grey #D2E1E1

Tints of Athens Grey #D2E1E1

Color information

#D2E1E1 (or 0xD2E1E1) is unknown color: approx Athens Grey. HEX triplet: D2, E1 and E1. RGB value is (210,225,225). Sum of RGB (Red+Green+Blue) = 210+225+225=660 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.82% from 660); Green value is 225 (88.28% from 255 or 34.09% from 660); Blue value is 225 (88.28% from 255 or 34.09% from 660); Max value from RGB is 225 - color contains mainly: green, blue. Hex color #D2E1E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E1E1 is #2D1E1E. Grayscale: #DCDCDC. Windows color (decimal): -2956831 or 14803410. OLE color: 14803410.

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

Color convert

RGB210225225-
CMYK0.07000.12
HSL180º20%85.29%-
HSV(B)180º6.67%88.24%-
XYZ67.0972.9981.79-
YUV220.52130.53120.5-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.82%
GREEN value IS 225 (88.28% from 255) = 34.09%
BLUE value IS 225 (88.28% from 255) = 34.09%
R=31.82%
G=34.09%
B=34.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2102252250.07000.121802085.29
HexD2E1E1700Cb41455
Octal3223413417001426424125
Binary11010010111000011110000111100110010110100101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E1E1; }

 p { color: rgb(210,225,225); }

 H1.HeaderClassName
 {
   color: #D2E1E1;
 }
 .AnyTagClassName
 {
   color: #D2E1E1;
 }
</style>
background-color css

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

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

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

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

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

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