#D7DCD9

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

Shades of Mystic #D7DCD9

Tints of Mystic #D7DCD9

Color information

#D7DCD9 (or 0xD7DCD9) is unknown color: approx Mystic. HEX triplet: D7, DC and D9. RGB value is (215,220,217). Sum of RGB (Red+Green+Blue) = 215+220+217=652 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.98% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 217 (85.16% from 255 or 33.28% from 652); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DCD9 is #282326. Grayscale: #DADADA. Windows color (decimal): -2630439 or 14277847. OLE color: 14277847.

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

Color convert

RGB215220217-
CMYK0.0200.010.14
HSL144º6.67%85.29%-
HSV(B)144º2.27%86.27%-
XYZ66.1470.6475.8-
YUV218.16127.34125.74-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.98%
GREEN value IS 220 (86.33% from 255) = 33.74%
BLUE value IS 217 (85.16% from 255) = 33.28%
R=32.98%
G=33.74%
B=33.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2152202170.0200.010.141446.6785.29
HexD7DCD9201E90755
Octal327334331201162207125
Binary11010111110111001101100110011110100100001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DCD9; }

 p { color: rgb(215,220,217); }

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

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

 a { background-color: rgb(215,220,217); }

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

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

 span { border-color: rgb(215,220,217); }

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