#D9DBDA

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

Shades of Mystic #D9DBDA

Tints of Mystic #D9DBDA

Color information

#D9DBDA (or 0xD9DBDA) is unknown color: approx Mystic. HEX triplet: D9, DB and DA. RGB value is (217,219,218). Sum of RGB (Red+Green+Blue) = 217+219+218=654 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.18% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DBDA is #262425. Grayscale: #DADADA. Windows color (decimal): -2499622 or 14343129. OLE color: 14343129.

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

Color convert

RGB217219218-
CMYK0.0100.000.14
HSL150º2.7%85.49%-
HSV(B)150º0.91%85.88%-
XYZ66.670.4876.42-
YUV218.29127.84127.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.18%
GREEN value IS 219 (85.94% from 255) = 33.49%
BLUE value IS 218 (85.55% from 255) = 33.33%
R=33.18%
G=33.49%
B=33.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172192180.0100.000.141502.785.49
HexD9DBDA100E96355
Octal331333332100162263125
Binary110110011101101111011010100111010010110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DBDA; }

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

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

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

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

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

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

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

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