#DBC6F9

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

Shades of Fog #DBC6F9

Tints of Fog #DBC6F9

Color information

#DBC6F9 (or 0xDBC6F9) is unknown color: approx Fog. HEX triplet: DB, C6 and F9. RGB value is (219,198,249). Sum of RGB (Red+Green+Blue) = 219+198+249=666 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.88% from 666); Green value is 198 (77.73% from 255 or 29.73% from 666); Blue value is 249 (97.66% from 255 or 37.39% from 666); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBC6F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC6F9 is #243906. Grayscale: #D1D1D1. Windows color (decimal): -2373895 or 16369371. OLE color: 16369371.

HSL color Cylindrical-coordinate representation of color #DBC6F9: hue angle of 264.71º degrees, saturation: 0.81, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBC6F9 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219198249-
CMYK0.120.2000.02
HSL264.71º80.95%87.65%-
HSV(B)264.71º20.48%97.65%-
XYZ66.5162.2998.14-
YUV210.09149.96134.35-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.88%
GREEN value IS 198 (77.73% from 255) = 29.73%
BLUE value IS 249 (97.66% from 255) = 37.39%
R=32.88%
G=29.73%
B=37.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191982490.120.2000.02264.7180.9587.65
HexDBC6F9C14021095158
Octal333306371142402411121130
Binary11011011110001101111100111001010001010000100110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC6F9; }

 p { color: rgb(219,198,249); }

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

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

 a { background-color: rgb(219,198,249); }

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

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

 span { border-color: rgb(219,198,249); }

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