#D5DEDA

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

Shades of Mystic #D5DEDA

Tints of Mystic #D5DEDA

Color information

#D5DEDA (or 0xD5DEDA) is unknown color: approx Mystic. HEX triplet: D5, DE and DA. RGB value is (213,222,218). Sum of RGB (Red+Green+Blue) = 213+222+218=653 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.62% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DEDA is #2A2125. Grayscale: #DADADA. Windows color (decimal): -2760998 or 14343893. OLE color: 14343893.

HSL color Cylindrical-coordinate representation of color #D5DEDA: hue angle of 153.33º 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 #D5DEDA is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB213222218-
CMYK0.0400.020.13
HSL153.33º12%85.29%-
HSV(B)153.33º4.05%87.06%-
XYZ66.2271.4576.63-
YUV218.85127.52123.83-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.62%
GREEN value IS 222 (87.11% from 255) = 34.00%
BLUE value IS 218 (85.55% from 255) = 33.38%
R=32.62%
G=34.00%
B=33.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132222180.0400.020.13153.331285.29
HexD5DEDA402D99c55
Octal3253363324021523114125
Binary11010101110111101101101010001011011001100111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DEDA; }

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

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

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

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

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

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

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

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