#DBD2EB

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

Shades of Fog #DBD2EB

Tints of Fog #DBD2EB

Color information

#DBD2EB (or 0xDBD2EB) is unknown color: approx Fog. HEX triplet: DB, D2 and EB. RGB value is (219,210,235). Sum of RGB (Red+Green+Blue) = 219+210+235=664 (87% of max value = 765). Red value is 219 (85.94% from 255 or 32.98% from 664); Green value is 210 (82.42% from 255 or 31.63% from 664); Blue value is 235 (92.19% from 255 or 35.39% from 664); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBD2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD2EB is #242D14. Grayscale: #D7D7D7. Windows color (decimal): -2370837 or 15454939. OLE color: 15454939.

HSL color Cylindrical-coordinate representation of color #DBD2EB: hue angle of 261.6º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBD2EB is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219210235-
CMYK0.070.1100.08
HSL261.6º38.46%87.25%-
HSV(B)261.6º10.64%92.16%-
XYZ67.2667.1588.01-
YUV215.54138.98130.47-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.98%
GREEN value IS 210 (82.42% from 255) = 31.63%
BLUE value IS 235 (92.19% from 255) = 35.39%
R=32.98%
G=31.63%
B=35.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192102350.070.1100.08261.638.4687.25
HexDBD2EB7B081062657
Octal33332235371301040646127
Binary1101101111010010111010111111011010001000001101001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD2EB; }

 p { color: rgb(219,210,235); }

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

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

 a { background-color: rgb(219,210,235); }

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

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

 span { border-color: rgb(219,210,235); }

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