#D5E1DB

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

Shades of Mystic #D5E1DB

Tints of Mystic #D5E1DB

Color information

#D5E1DB (or 0xD5E1DB) is unknown color: approx Mystic. HEX triplet: D5, E1 and DB. RGB value is (213,225,219). Sum of RGB (Red+Green+Blue) = 213+225+219=657 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.42% from 657); Green value is 225 (88.28% from 255 or 34.25% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E1DB is #2A1E24. Grayscale: #DCDCDC. Windows color (decimal): -2760229 or 14410197. OLE color: 14410197.

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

Color convert

RGB213225219-
CMYK0.0500.030.12
HSL150º16.67%85.88%-
HSV(B)150º5.33%88.24%-
XYZ67.1573.1177.59-
YUV220.73127.02122.49-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.42%
GREEN value IS 225 (88.28% from 255) = 34.25%
BLUE value IS 219 (85.94% from 255) = 33.33%
R=32.42%
G=34.25%
B=33.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2132252190.0500.030.1215016.6785.88
HexD5E1DB503C961156
Octal3253413335031422621126
Binary110101011110000111011011101011110010010110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E1DB; }

 p { color: rgb(213,225,219); }

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

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

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

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

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

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

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