#DBBCEB

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

Shades of Fog #DBBCEB

Tints of Fog #DBBCEB

Color information

#DBBCEB (or 0xDBBCEB) is unknown color: approx Fog. HEX triplet: DB, BC and EB. RGB value is (219,188,235). Sum of RGB (Red+Green+Blue) = 219+188+235=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 188 (73.83% from 255 or 29.28% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBBCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBCEB is #244314. Grayscale: #CACACA. Windows color (decimal): -2376469 or 15449307. OLE color: 15449307.

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

Color convert

RGB219188235-
CMYK0.070.200.08
HSL279.57º54.02%82.94%-
HSV(B)279.57º20%92.16%-
XYZ62.1957.0286.33-
YUV202.63146.27139.68-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.11%
GREEN value IS 188 (73.83% from 255) = 29.28%
BLUE value IS 235 (92.19% from 255) = 36.60%
R=34.11%
G=29.28%
B=36.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191882350.070.200.08279.5754.0282.94
HexDBBCEB714081183653
Octal33327435372401043066123
Binary11011011101111001110101111110100010001000110001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBCEB; }

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

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

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

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

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

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

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

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