#DBD2EA

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

Shades of Fog #DBD2EA

Tints of Fog #DBD2EA

Color information

#DBD2EA (or 0xDBD2EA) is unknown color: approx Fog. HEX triplet: DB, D2 and EA. RGB value is (219,210,234). Sum of RGB (Red+Green+Blue) = 219+210+234=663 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.03% from 663); Green value is 210 (82.42% from 255 or 31.67% from 663); Blue value is 234 (91.80% from 255 or 35.29% from 663); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBD2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD2EA is #242D15. Grayscale: #D7D7D7. Windows color (decimal): -2370838 or 15389403. OLE color: 15389403.

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

Color convert

RGB219210234-
CMYK0.060.1000.08
HSL262.5º36.36%87.06%-
HSV(B)262.5º10.26%91.76%-
XYZ67.1167.0987.26-
YUV215.43138.48130.55-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.03%
GREEN value IS 210 (82.42% from 255) = 31.67%
BLUE value IS 234 (91.80% from 255) = 35.29%
R=33.03%
G=31.67%
B=35.29%

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
Decimal2192102340.060.1000.08262.536.3687.06
HexDBD2EA6A081062457
Octal33332235261201040644127
Binary1101101111010010111010101101010010001000001101001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD2EA; }

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

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

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

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

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

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

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

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