#D5DED8

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

Shades of Mystic #D5DED8

Tints of Mystic #D5DED8

Color information

#D5DED8 (or 0xD5DED8) is unknown color: approx Mystic. HEX triplet: D5, DE and D8. RGB value is (213,222,216). Sum of RGB (Red+Green+Blue) = 213+222+216=651 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.72% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 216 (84.77% from 255 or 33.18% from 651); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DED8 is #2A2127. Grayscale: #DADADA. Windows color (decimal): -2761000 or 14212821. OLE color: 14212821.

HSL color Cylindrical-coordinate representation of color #D5DED8: hue angle of 140º degrees, saturation: 0.12, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D5DED8 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB213222216-
CMYK0.0400.030.13
HSL140º12%85.29%-
HSV(B)140º4.05%87.06%-
XYZ65.9671.3575.26-
YUV218.62126.52123.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.72%
GREEN value IS 222 (87.11% from 255) = 34.10%
BLUE value IS 216 (84.77% from 255) = 33.18%
R=32.72%
G=34.10%
B=33.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132222160.0400.030.131401285.29
HexD5DED8403D8cc55
Octal3253363304031521414125
Binary11010101110111101101100010001111011000110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DED8; }

 p { color: rgb(213,222,216); }

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

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

 a { background-color: rgb(213,222,216); }

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

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

 span { border-color: rgb(213,222,216); }

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