#DBD3E9

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

Shades of Fog #DBD3E9

Tints of Fog #DBD3E9

Color information

#DBD3E9 (or 0xDBD3E9) is unknown color: approx Fog. HEX triplet: DB, D3 and E9. RGB value is (219,211,233). Sum of RGB (Red+Green+Blue) = 219+211+233=663 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.03% from 663); Green value is 211 (82.81% from 255 or 31.83% from 663); Blue value is 233 (91.41% from 255 or 35.14% from 663); Max value from RGB is 233 - color contains mainly: blue. Hex color #DBD3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD3E9 is #242C16. Grayscale: #D7D7D7. Windows color (decimal): -2370583 or 15324123. OLE color: 15324123.

HSL color Cylindrical-coordinate representation of color #DBD3E9: hue angle of 261.82º degrees, saturation: 0.33, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBD3E9 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB219211233-
CMYK0.060.0900.09
HSL261.82º33.33%87.06%-
HSV(B)261.82º9.44%91.37%-
XYZ67.2267.5386.58-
YUV215.9137.65130.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.03%
GREEN value IS 211 (82.81% from 255) = 31.83%
BLUE value IS 233 (91.41% from 255) = 35.14%
R=33.03%
G=31.83%
B=35.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192112330.060.0900.09261.8233.3387.06
HexDBD3E969091062157
Octal33332335161101140641127
Binary1101101111010011111010011101001010011000001101000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD3E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD3E9; }

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

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

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

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

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

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

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

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