#D7DEDB

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

Shades of Mystic #D7DEDB

Tints of Mystic #D7DEDB

Color information

#D7DEDB (or 0xD7DEDB) is unknown color: approx Mystic. HEX triplet: D7, DE and DB. RGB value is (215,222,219). Sum of RGB (Red+Green+Blue) = 215+222+219=656 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.77% from 656); Green value is 222 (87.11% from 255 or 33.84% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 222 - color contains mainly: green. Hex color #D7DEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DEDB is #282124. Grayscale: #DBDBDB. Windows color (decimal): -2629925 or 14409431. OLE color: 14409431.

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

Color convert

RGB215222219-
CMYK0.0300.010.13
HSL154.29º9.59%85.69%-
HSV(B)154.29º3.15%87.06%-
XYZ66.9371.877.35-
YUV219.56127.68124.74-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.77%
GREEN value IS 222 (87.11% from 255) = 33.84%
BLUE value IS 219 (85.94% from 255) = 33.38%
R=32.77%
G=33.84%
B=33.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2152222190.0300.010.13154.299.5985.69
HexD7DEDB301D9aa56
Octal3273363333011523212126
Binary110101111101111011011011110111011001101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DEDB; }

 p { color: rgb(215,222,219); }

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

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

 a { background-color: rgb(215,222,219); }

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

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

 span { border-color: rgb(215,222,219); }

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