#DBBFF1

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

Shades of Fog #DBBFF1

Tints of Fog #DBBFF1

Color information

#DBBFF1 (or 0xDBBFF1) is unknown color: approx Fog. HEX triplet: DB, BF and F1. RGB value is (219,191,241). Sum of RGB (Red+Green+Blue) = 219+191+241=651 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.64% from 651); Green value is 191 (75% from 255 or 29.34% from 651); Blue value is 241 (94.53% from 255 or 37.02% from 651); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBBFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBFF1 is #24400E. Grayscale: #CCCCCC. Windows color (decimal): -2375695 or 15843291. OLE color: 15843291.

HSL color Cylindrical-coordinate representation of color #DBBFF1: hue angle of 273.6º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBBFF1 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB219191241-
CMYK0.090.2100.05
HSL273.6º64.1%84.71%-
HSV(B)273.6º20.75%94.51%-
XYZ63.7258.6791.19-
YUV205.07148.28137.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.64%
GREEN value IS 191 (75% from 255) = 29.34%
BLUE value IS 241 (94.53% from 255) = 37.02%
R=33.64%
G=29.34%
B=37.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2191912410.090.2100.05273.664.184.71
HexDBBFF1915051124055
Octal333277361112505422100125
Binary110110111011111111110001100110101010110001001010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBFF1; }

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

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

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

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

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

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

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

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