#D6E1DB

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

Shades of Mystic #D6E1DB

Tints of Mystic #D6E1DB

Color information

#D6E1DB (or 0xD6E1DB) is unknown color: approx Mystic. HEX triplet: D6, E1 and DB. RGB value is (214,225,219). Sum of RGB (Red+Green+Blue) = 214+225+219=658 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.52% from 658); Green value is 225 (88.28% from 255 or 34.19% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E1DB is #291E24. Grayscale: #DDDDDD. Windows color (decimal): -2694693 or 14410198. OLE color: 14410198.

HSL color Cylindrical-coordinate representation of color #D6E1DB: hue angle of 147.27º degrees, saturation: 0.15, 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 #D6E1DB is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB214225219-
CMYK0.0500.030.12
HSL147.27º15.49%86.08%-
HSV(B)147.27º4.89%88.24%-
XYZ67.4473.2677.6-
YUV221.03126.86122.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.52%
GREEN value IS 225 (88.28% from 255) = 34.19%
BLUE value IS 219 (85.94% from 255) = 33.28%
R=32.52%
G=34.19%
B=33.28%

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
Decimal2142252190.0500.030.12147.2715.4986.08
HexD6E1DB503C93f56
Octal3263413335031422317126
Binary11010110111000011101101110101111001001001111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E1DB; }

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

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

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

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

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

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

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

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