#DBBEEB

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

Shades of Fog #DBBEEB

Tints of Fog #DBBEEB

Color information

#DBBEEB (or 0xDBBEEB) is unknown color: approx Fog. HEX triplet: DB, BE and EB. RGB value is (219,190,235). Sum of RGB (Red+Green+Blue) = 219+190+235=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 190 (74.61% from 255 or 29.50% from 644); Blue value is 235 (92.19% from 255 or 36.49% from 644); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBBEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBEEB is #244114. Grayscale: #CBCBCB. Windows color (decimal): -2375957 or 15449819. OLE color: 15449819.

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

Color convert

RGB219190235-
CMYK0.070.1900.08
HSL278.67º52.94%83.33%-
HSV(B)278.67º19.15%92.16%-
XYZ62.6257.8986.47-
YUV203.8145.61138.84-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.01%
GREEN value IS 190 (74.61% from 255) = 29.50%
BLUE value IS 235 (92.19% from 255) = 36.49%
R=34.01%
G=29.50%
B=36.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191902350.070.1900.08278.6752.9483.33
HexDBBEEB713081173553
Octal33327635372301042765123
Binary11011011101111101110101111110011010001000101111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBEEB; }

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

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

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

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

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

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

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

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