#DBD4E9

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

Shades of Fog #DBD4E9

Tints of Fog #DBD4E9

Color information

#DBD4E9 (or 0xDBD4E9) is unknown color: approx Fog. HEX triplet: DB, D4 and E9. RGB value is (219,212,233). Sum of RGB (Red+Green+Blue) = 219+212+233=664 (87% of max value = 765). Red value is 219 (85.94% from 255 or 32.98% from 664); Green value is 212 (83.20% from 255 or 31.93% from 664); Blue value is 233 (91.41% from 255 or 35.09% from 664); Max value from RGB is 233 - color contains mainly: blue. Hex color #DBD4E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD4E9 is #242B16. Grayscale: #D8D8D8. Windows color (decimal): -2370327 or 15324379. OLE color: 15324379.

HSL color Cylindrical-coordinate representation of color #DBD4E9: hue angle of 260º degrees, saturation: 0.32, 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 #DBD4E9 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB219212233-
CMYK0.060.0900.09
HSL260º32.31%87.25%-
HSV(B)260º9.01%91.37%-
XYZ67.4668.0386.67-
YUV216.49137.32129.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.98%
GREEN value IS 212 (83.20% from 255) = 31.93%
BLUE value IS 233 (91.41% from 255) = 35.09%
R=32.98%
G=31.93%
B=35.09%

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
Decimal2192122330.060.0900.0926032.3187.25
HexDBD4E969091042057
Octal33332435161101140440127
Binary1101101111010100111010011101001010011000001001000001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD4E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD4E9; }

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

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

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

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

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

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

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

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