#DBC0F4

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

Shades of Fog #DBC0F4

Tints of Fog #DBC0F4

Color information

#DBC0F4 (or 0xDBC0F4) is unknown color: approx Fog. HEX triplet: DB, C0 and F4. RGB value is (219,192,244). Sum of RGB (Red+Green+Blue) = 219+192+244=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 192 (75.39% from 255 or 29.31% from 655); Blue value is 244 (95.70% from 255 or 37.25% from 655); Max value from RGB is 244 - color contains mainly: blue. Hex color #DBC0F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC0F4 is #243F0B. Grayscale: #CDCDCD. Windows color (decimal): -2375436 or 16040155. OLE color: 16040155.

HSL color Cylindrical-coordinate representation of color #DBC0F4: hue angle of 271.15º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBC0F4 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB219192244-
CMYK0.100.2100.04
HSL271.15º70.27%85.49%-
HSV(B)271.15º21.31%95.69%-
XYZ64.3959.2993.64-
YUV206149.45137.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.44%
GREEN value IS 192 (75.39% from 255) = 29.31%
BLUE value IS 244 (95.70% from 255) = 37.25%
R=33.44%
G=29.31%
B=37.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2191922440.100.2100.04271.1570.2785.49
HexDBC0F4A150410f4655
Octal333300364122504417106125
Binary110110111100000011110100101010101010010000111110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC0F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC0F4; }

 p { color: rgb(219,192,244); }

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

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

 a { background-color: rgb(219,192,244); }

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

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

 span { border-color: rgb(219,192,244); }

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