#DBC8F3

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

Shades of Fog #DBC8F3

Tints of Fog #DBC8F3

Color information

#DBC8F3 (or 0xDBC8F3) is unknown color: approx Fog. HEX triplet: DB, C8 and F3. RGB value is (219,200,243). Sum of RGB (Red+Green+Blue) = 219+200+243=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 200 (78.52% from 255 or 30.21% from 662); Blue value is 243 (95.31% from 255 or 36.71% from 662); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBC8F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC8F3 is #24370C. Grayscale: #D2D2D2. Windows color (decimal): -2373389 or 15976667. OLE color: 15976667.

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

Color convert

RGB219200243-
CMYK0.100.1800.05
HSL266.51º64.18%86.86%-
HSV(B)266.51º17.7%95.29%-
XYZ66.0562.8493.44-
YUV210.58146.29134-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.08%
GREEN value IS 200 (78.52% from 255) = 30.21%
BLUE value IS 243 (95.31% from 255) = 36.71%
R=33.08%
G=30.21%
B=36.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192002430.100.1800.05266.5164.1886.86
HexDBC8F3A120510b4057
Octal333310363122205413100127
Binary110110111100100011110011101010010010110000101110000001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC8F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC8F3; }

 p { color: rgb(219,200,243); }

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

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

 a { background-color: rgb(219,200,243); }

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

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

 span { border-color: rgb(219,200,243); }

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