#DBD1EE

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

Shades of Fog #DBD1EE

Tints of Fog #DBD1EE

Color information

#DBD1EE (or 0xDBD1EE) is unknown color: approx Fog. HEX triplet: DB, D1 and EE. RGB value is (219,209,238). Sum of RGB (Red+Green+Blue) = 219+209+238=666 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.88% from 666); Green value is 209 (82.03% from 255 or 31.38% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBD1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD1EE is #242E11. Grayscale: #D7D7D7. Windows color (decimal): -2371090 or 15651291. OLE color: 15651291.

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

Color convert

RGB219209238-
CMYK0.080.1200.07
HSL260.69º46.03%87.65%-
HSV(B)260.69º12.18%93.33%-
XYZ67.4566.8390.23-
YUV215.3140.81130.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.88%
GREEN value IS 209 (82.03% from 255) = 31.38%
BLUE value IS 238 (93.36% from 255) = 35.74%
R=32.88%
G=31.38%
B=35.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192092380.080.1200.07260.6946.0387.65
HexDBD1EE8C071052e58
Octal33332135610140740556130
Binary1101101111010001111011101000110001111000001011011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD1EE; }

 p { color: rgb(219,209,238); }

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

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

 a { background-color: rgb(219,209,238); }

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

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

 span { border-color: rgb(219,209,238); }

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