#D4E0E1

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

Shades of Athens Grey #D4E0E1

Tints of Athens Grey #D4E0E1

Color information

#D4E0E1 (or 0xD4E0E1) is unknown color: approx Athens Grey. HEX triplet: D4, E0 and E1. RGB value is (212,224,225). Sum of RGB (Red+Green+Blue) = 212+224+225=661 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.07% from 661); Green value is 224 (87.89% from 255 or 33.89% from 661); Blue value is 225 (88.28% from 255 or 34.04% from 661); Max value from RGB is 225 - color contains mainly: blue. Hex color #D4E0E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E0E1 is #2B1F1E. Grayscale: #DCDCDC. Windows color (decimal): -2826015 or 14803156. OLE color: 14803156.

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

Color convert

RGB212224225-
CMYK0.060.0000.12
HSL184.62º17.81%85.69%-
HSV(B)184.62º5.78%88.24%-
XYZ67.472.7481.72-
YUV220.53130.52121.92-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.07%
GREEN value IS 224 (87.89% from 255) = 33.89%
BLUE value IS 225 (88.28% from 255) = 34.04%
R=32.07%
G=33.89%
B=34.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2122242250.060.0000.12184.6217.8185.69
HexD4E0E1600Cb91256
Octal3243403416001427122126
Binary11010100111000001110000111000110010111001100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E0E1; }

 p { color: rgb(212,224,225); }

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

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

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

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

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

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

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