#D6E1DC

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

Shades of Mystic #D6E1DC

Tints of Mystic #D6E1DC

Color information

#D6E1DC (or 0xD6E1DC) is unknown color: approx Mystic. HEX triplet: D6, E1 and DC. RGB value is (214,225,220). Sum of RGB (Red+Green+Blue) = 214+225+220=659 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.47% from 659); Green value is 225 (88.28% from 255 or 34.14% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E1DC is #291E23. Grayscale: #DDDDDD. Windows color (decimal): -2694692 or 14475734. OLE color: 14475734.

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

Color convert

RGB214225220-
CMYK0.0500.020.12
HSL152.73º15.49%86.08%-
HSV(B)152.73º4.89%88.24%-
XYZ67.5873.3178.3-
YUV221.14127.36122.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.47%
GREEN value IS 225 (88.28% from 255) = 34.14%
BLUE value IS 220 (86.33% from 255) = 33.38%
R=32.47%
G=34.14%
B=33.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2142252200.0500.020.12152.7315.4986.08
HexD6E1DC502C99f56
Octal3263413345021423117126
Binary11010110111000011101110010101011001001100111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E1DC; }

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

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

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

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

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

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

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

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