#D6DDD8

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

Shades of Mystic #D6DDD8

Tints of Mystic #D6DDD8

Color information

#D6DDD8 (or 0xD6DDD8) is unknown color: approx Mystic. HEX triplet: D6, DD and D8. RGB value is (214,221,216). Sum of RGB (Red+Green+Blue) = 214+221+216=651 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.87% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 216 (84.77% from 255 or 33.18% from 651); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DDD8 is #292227. Grayscale: #DADADA. Windows color (decimal): -2695720 or 14212566. OLE color: 14212566.

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

Color convert

RGB214221216-
CMYK0.0300.020.13
HSL137.14º9.33%85.29%-
HSV(B)137.14º3.17%86.67%-
XYZ65.9870.9775.19-
YUV218.34126.68124.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.87%
GREEN value IS 221 (86.72% from 255) = 33.95%
BLUE value IS 216 (84.77% from 255) = 33.18%
R=32.87%
G=33.95%
B=33.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142212160.0300.020.13137.149.3385.29
HexD6DDD8302D89955
Octal3263353303021521111125
Binary1101011011011101110110001101011011000100110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DDD8; }

 p { color: rgb(214,221,216); }

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

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

 a { background-color: rgb(214,221,216); }

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

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

 span { border-color: rgb(214,221,216); }

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