#D6DAD7

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

Shades of Mystic #D6DAD7

Tints of Mystic #D6DAD7

Color information

#D6DAD7 (or 0xD6DAD7) is unknown color: approx Mystic. HEX triplet: D6, DA and D7. RGB value is (214,218,215). Sum of RGB (Red+Green+Blue) = 214+218+215=647 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.08% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 215 (84.38% from 255 or 33.23% from 647); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DAD7 is #292528. Grayscale: #D8D8D8. Windows color (decimal): -2696489 or 14146262. OLE color: 14146262.

HSL color Cylindrical-coordinate representation of color #D6DAD7: hue angle of 135º degrees, saturation: 0.05, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D6DAD7 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB214218215-
CMYK0.0200.010.15
HSL135º5.13%84.71%-
HSV(B)135º1.83%85.49%-
XYZ65.0769.3574.25-
YUV216.46127.17126.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.08%
GREEN value IS 218 (85.55% from 255) = 33.69%
BLUE value IS 215 (84.38% from 255) = 33.23%
R=33.08%
G=33.69%
B=33.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2142182150.0200.010.151355.1384.71
HexD6DAD7201F87555
Octal326332327201172075125
Binary11010110110110101101011110011111100001111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DAD7; }

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

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

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

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

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

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

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

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