#DBBFF0

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

Shades of Fog #DBBFF0

Tints of Fog #DBBFF0

Color information

#DBBFF0 (or 0xDBBFF0) is unknown color: approx Fog. HEX triplet: DB, BF and F0. RGB value is (219,191,240). Sum of RGB (Red+Green+Blue) = 219+191+240=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 191 (75% from 255 or 29.38% from 650); Blue value is 240 (94.14% from 255 or 36.92% from 650); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBBFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBFF0 is #24400F. Grayscale: #CCCCCC. Windows color (decimal): -2375696 or 15777755. OLE color: 15777755.

HSL color Cylindrical-coordinate representation of color #DBBFF0: hue angle of 274.29º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBBFF0 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB219191240-
CMYK0.090.2000.06
HSL274.29º62.03%84.51%-
HSV(B)274.29º20.42%94.12%-
XYZ63.5758.6190.4-
YUV204.96147.78138.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.69%
GREEN value IS 191 (75% from 255) = 29.38%
BLUE value IS 240 (94.14% from 255) = 36.92%
R=33.69%
G=29.38%
B=36.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2191912400.090.2000.06274.2962.0384.51
HexDBBFF0914061123e55
Octal33327736011240642276125
Binary11011011101111111111000010011010001101000100101111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBFF0; }

 p { color: rgb(219,191,240); }

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

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

 a { background-color: rgb(219,191,240); }

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

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

 span { border-color: rgb(219,191,240); }

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