#D6DEDA

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

Shades of Mystic #D6DEDA

Tints of Mystic #D6DEDA

Color information

#D6DEDA (or 0xD6DEDA) is unknown color: approx Mystic. HEX triplet: D6, DE and DA. RGB value is (214,222,218). Sum of RGB (Red+Green+Blue) = 214+222+218=654 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.72% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DEDA is #292125. Grayscale: #DBDBDB. Windows color (decimal): -2695462 or 14343894. OLE color: 14343894.

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

Color convert

RGB214222218-
CMYK0.0400.020.13
HSL150º10.81%85.49%-
HSV(B)150º3.6%87.06%-
XYZ66.5171.676.64-
YUV219.15127.35124.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.72%
GREEN value IS 222 (87.11% from 255) = 33.94%
BLUE value IS 218 (85.55% from 255) = 33.33%
R=32.72%
G=33.94%
B=33.33%

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
Decimal2142222180.0400.020.1315010.8185.49
HexD6DEDA402D96b55
Octal3263363324021522613125
Binary11010110110111101101101010001011011001011010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DEDA; }

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

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

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

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

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

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

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

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