#DBC3EB

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

Shades of Fog #DBC3EB

Tints of Fog #DBC3EB

Color information

#DBC3EB (or 0xDBC3EB) is unknown color: approx Fog. HEX triplet: DB, C3 and EB. RGB value is (219,195,235). Sum of RGB (Red+Green+Blue) = 219+195+235=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 195 (76.56% from 255 or 30.05% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBC3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC3EB is #243C14. Grayscale: #CECECE. Windows color (decimal): -2374677 or 15451099. OLE color: 15451099.

HSL color Cylindrical-coordinate representation of color #DBC3EB: hue angle of 276º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBC3EB is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219195235-
CMYK0.070.1700.08
HSL276º50%84.31%-
HSV(B)276º17.02%92.16%-
XYZ63.7260.0986.84-
YUV206.74143.95136.75-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.74%
GREEN value IS 195 (76.56% from 255) = 30.05%
BLUE value IS 235 (92.19% from 255) = 36.21%
R=33.74%
G=30.05%
B=36.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191952350.070.1700.082765084.31
HexDBC3EB711081143254
Octal33330335372101042462124
Binary11011011110000111110101111110001010001000101001100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC3EB; }

 p { color: rgb(219,195,235); }

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

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

 a { background-color: rgb(219,195,235); }

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

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

 span { border-color: rgb(219,195,235); }

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