#D3DFE1

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

Shades of Athens Grey #D3DFE1

Tints of Athens Grey #D3DFE1

Color information

#D3DFE1 (or 0xD3DFE1) is unknown color: approx Athens Grey. HEX triplet: D3, DF and E1. RGB value is (211,223,225). Sum of RGB (Red+Green+Blue) = 211+223+225=659 (87% of max value = 765). Red value is 211 (82.81% from 255 or 32.02% from 659); Green value is 223 (87.5% from 255 or 33.84% from 659); Blue value is 225 (88.28% from 255 or 34.14% from 659); Max value from RGB is 225 - color contains mainly: blue. Hex color #D3DFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DFE1 is #2C201E. Grayscale: #DBDBDB. Windows color (decimal): -2891807 or 14802899. OLE color: 14802899.

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

Color convert

RGB211223225-
CMYK0.060.0100.12
HSL188.57º18.92%85.49%-
HSV(B)188.57º6.22%88.24%-
XYZ66.8472.0681.62-
YUV219.64131.02121.84-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.02%
GREEN value IS 223 (87.5% from 255) = 33.84%
BLUE value IS 225 (88.28% from 255) = 34.14%
R=32.02%
G=33.84%
B=34.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2112232250.060.0100.12188.5718.9285.49
HexD3DFE1610Cbd1355
Octal3233373416101427523125
Binary11010011110111111110000111010110010111101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DFE1; }

 p { color: rgb(211,223,225); }

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

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

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

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

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

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

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