#DBD3EA

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

Shades of Fog #DBD3EA

Tints of Fog #DBD3EA

Color information

#DBD3EA (or 0xDBD3EA) is unknown color: approx Fog. HEX triplet: DB, D3 and EA. RGB value is (219,211,234). Sum of RGB (Red+Green+Blue) = 219+211+234=664 (87% of max value = 765). Red value is 219 (85.94% from 255 or 32.98% from 664); Green value is 211 (82.81% from 255 or 31.78% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBD3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD3EA is #242C15. Grayscale: #D7D7D7. Windows color (decimal): -2370582 or 15389659. OLE color: 15389659.

HSL color Cylindrical-coordinate representation of color #DBD3EA: hue angle of 260.87º degrees, saturation: 0.35, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBD3EA is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219211234-
CMYK0.060.1000.08
HSL260.87º35.38%87.25%-
HSV(B)260.87º9.83%91.76%-
XYZ67.3667.5987.34-
YUV216.01138.15130.13-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.98%
GREEN value IS 211 (82.81% from 255) = 31.78%
BLUE value IS 234 (91.80% from 255) = 35.24%
R=32.98%
G=31.78%
B=35.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192112340.060.1000.08260.8735.3887.25
HexDBD3EA6A081052357
Octal33332335261201040543127
Binary1101101111010011111010101101010010001000001011000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD3EA; }

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

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

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

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

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

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

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

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