#DBBEE8

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

Shades of Fog #DBBEE8

Tints of Fog #DBBEE8

Color information

#DBBEE8 (or 0xDBBEE8) is unknown color: approx Fog. HEX triplet: DB, BE and E8. RGB value is (219,190,232). Sum of RGB (Red+Green+Blue) = 219+190+232=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 190 (74.61% from 255 or 29.64% from 641); Blue value is 232 (91.02% from 255 or 36.19% from 641); Max value from RGB is 232 - color contains mainly: blue. Hex color #DBBEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBEE8 is #244117. Grayscale: #CBCBCB. Windows color (decimal): -2375960 or 15253211. OLE color: 15253211.

HSL color Cylindrical-coordinate representation of color #DBBEE8: hue angle of 281.43º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBBEE8 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB219190232-
CMYK0.060.1800.09
HSL281.43º47.73%82.75%-
HSV(B)281.43º18.1%90.98%-
XYZ62.1957.7184.21-
YUV203.46144.11139.08-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.17%
GREEN value IS 190 (74.61% from 255) = 29.64%
BLUE value IS 232 (91.02% from 255) = 36.19%
R=34.17%
G=29.64%
B=36.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2191902320.060.1800.09281.4347.7382.75
HexDBBEE8612091193053
Octal33327635062201143160123
Binary11011011101111101110100011010010010011000110011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBEE8; }

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

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

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

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

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

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

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

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