#DBD5EA

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

Shades of Fog #DBD5EA

Tints of Fog #DBD5EA

Color information

#DBD5EA (or 0xDBD5EA) is unknown color: approx Fog. HEX triplet: DB, D5 and EA. RGB value is (219,213,234). Sum of RGB (Red+Green+Blue) = 219+213+234=666 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.88% from 666); Green value is 213 (83.59% from 255 or 31.98% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBD5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD5EA is #242A15. Grayscale: #D9D9D9. Windows color (decimal): -2370070 or 15390171. OLE color: 15390171.

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

Color convert

RGB219213234-
CMYK0.060.0900.08
HSL257.14º33.33%87.65%-
HSV(B)257.14º8.97%91.76%-
XYZ67.8668.5987.5-
YUV217.19137.49129.29-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.88%
GREEN value IS 213 (83.59% from 255) = 31.98%
BLUE value IS 234 (91.80% from 255) = 35.14%
R=32.88%
G=31.98%
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.08
SystemRedGreenBlueCMYKHSL
Decimal2192132340.060.0900.08257.1433.3387.65
HexDBD5EA69081012158
Octal33332535261101040141130
Binary1101101111010101111010101101001010001000000011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD5EA; }

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

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

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

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

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

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

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

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