#D9DDDB

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

Shades of Mystic #D9DDDB

Tints of Mystic #D9DDDB

Color information

#D9DDDB (or 0xD9DDDB) is unknown color: approx Mystic. HEX triplet: D9, DD and DB. RGB value is (217,221,219). Sum of RGB (Red+Green+Blue) = 217+221+219=657 (87% of max value = 765). Red value is 217 (85.16% from 255 or 33.03% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDDB is #262224. Grayscale: #DBDBDB. Windows color (decimal): -2499109 or 14409177. OLE color: 14409177.

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

Color convert

RGB217221219-
CMYK0.0200.010.13
HSL150º5.56%85.88%-
HSV(B)150º1.81%86.67%-
XYZ67.2671.5877.29-
YUV219.58127.67126.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.03%
GREEN value IS 221 (86.72% from 255) = 33.64%
BLUE value IS 219 (85.94% from 255) = 33.33%
R=33.03%
G=33.64%
B=33.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172212190.0200.010.131505.5685.88
HexD9DDDB201D96656
Octal331335333201152266126
Binary11011001110111011101101110011101100101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DDDB; }

 p { color: rgb(217,221,219); }

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

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

 a { background-color: rgb(217,221,219); }

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

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

 span { border-color: rgb(217,221,219); }

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