#DBD2ED

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

Shades of Fog #DBD2ED

Tints of Fog #DBD2ED

Color information

#DBD2ED (or 0xDBD2ED) is unknown color: approx Fog. HEX triplet: DB, D2 and ED. RGB value is (219,210,237). Sum of RGB (Red+Green+Blue) = 219+210+237=666 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.88% from 666); Green value is 210 (82.42% from 255 or 31.53% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBD2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD2ED is #242D12. Grayscale: #D7D7D7. Windows color (decimal): -2370835 or 15586011. OLE color: 15586011.

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

Color convert

RGB219210237-
CMYK0.080.1100.07
HSL260º42.86%87.65%-
HSV(B)260º11.39%92.94%-
XYZ67.5567.2789.54-
YUV215.77139.98130.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.88%
GREEN value IS 210 (82.42% from 255) = 31.53%
BLUE value IS 237 (92.97% from 255) = 35.59%
R=32.88%
G=31.53%
B=35.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192102370.080.1100.0726042.8687.65
HexDBD2ED8B071042b58
Octal33332235510130740453130
Binary1101101111010010111011011000101101111000001001010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD2ED; }

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

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

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

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

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

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

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

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