#DBD3EE

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

Shades of Fog #DBD3EE

Tints of Fog #DBD3EE

Color information

#DBD3EE (or 0xDBD3EE) is unknown color: approx Fog. HEX triplet: DB, D3 and EE. RGB value is (219,211,238). Sum of RGB (Red+Green+Blue) = 219+211+238=668 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.78% from 668); Green value is 211 (82.81% from 255 or 31.59% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBD3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD3EE is #242C11. Grayscale: #D8D8D8. Windows color (decimal): -2370578 or 15651803. OLE color: 15651803.

HSL color Cylindrical-coordinate representation of color #DBD3EE: hue angle of 257.78º degrees, saturation: 0.44, 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 #DBD3EE is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB219211238-
CMYK0.080.1100.07
HSL257.78º44.26%88.04%-
HSV(B)257.78º11.34%93.33%-
XYZ67.9467.8290.4-
YUV216.47140.15129.8-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.78%
GREEN value IS 211 (82.81% from 255) = 31.59%
BLUE value IS 238 (93.36% from 255) = 35.63%
R=32.78%
G=31.59%
B=35.63%

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
Decimal2192112380.080.1100.07257.7844.2688.04
HexDBD3EE8B071022c58
Octal33332335610130740254130
Binary1101101111010011111011101000101101111000000101011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD3EE; }

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

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

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

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

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

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

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

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