#DBDFDD

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

Shades of Mystic #DBDFDD

Tints of Mystic #DBDFDD

Color information

#DBDFDD (or 0xDBDFDD) is unknown color: approx Mystic. HEX triplet: DB, DF and DD. RGB value is (219,223,221). Sum of RGB (Red+Green+Blue) = 219+223+221=663 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.03% from 663); Green value is 223 (87.5% from 255 or 33.63% from 663); Blue value is 221 (86.72% from 255 or 33.33% from 663); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDFDD is #242022. Grayscale: #DDDDDD. Windows color (decimal): -2367523 or 14540763. OLE color: 14540763.

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

Color convert

RGB219223221-
CMYK0.0200.010.13
HSL150º5.88%86.67%-
HSV(B)150º1.79%87.45%-
XYZ68.6573.0678.89-
YUV221.58127.67126.16-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.03%
GREEN value IS 223 (87.5% from 255) = 33.63%
BLUE value IS 221 (86.72% from 255) = 33.33%
R=33.03%
G=33.63%
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
Decimal2192232210.0200.010.131505.8886.67
HexDBDFDD201D96657
Octal333337335201152266127
Binary11011011110111111101110110011101100101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDFDD; }

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

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

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

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

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

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

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

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