#DBC3F3

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

Shades of Fog #DBC3F3

Tints of Fog #DBC3F3

Color information

#DBC3F3 (or 0xDBC3F3) is unknown color: approx Fog. HEX triplet: DB, C3 and F3. RGB value is (219,195,243). Sum of RGB (Red+Green+Blue) = 219+195+243=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 195 (76.56% from 255 or 29.68% from 657); Blue value is 243 (95.31% from 255 or 36.99% from 657); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBC3F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC3F3 is #243C0C. Grayscale: #CFCFCF. Windows color (decimal): -2374669 or 15975387. OLE color: 15975387.

HSL color Cylindrical-coordinate representation of color #DBC3F3: hue angle of 270º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBC3F3 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB219195243-
CMYK0.100.2000.05
HSL270º66.67%85.88%-
HSV(B)270º19.75%95.29%-
XYZ64.9160.5693.06-
YUV207.65147.95136.1-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.33%
GREEN value IS 195 (76.56% from 255) = 29.68%
BLUE value IS 243 (95.31% from 255) = 36.99%
R=33.33%
G=29.68%
B=36.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2191952430.100.2000.0527066.6785.88
HexDBC3F3A140510e4356
Octal333303363122405416103126
Binary110110111100001111110011101010100010110000111010000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC3F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC3F3; }

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

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

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

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

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

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

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

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