#DBC4F1

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

Shades of Fog #DBC4F1

Tints of Fog #DBC4F1

Color information

#DBC4F1 (or 0xDBC4F1) is unknown color: approx Fog. HEX triplet: DB, C4 and F1. RGB value is (219,196,241). Sum of RGB (Red+Green+Blue) = 219+196+241=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 196 (76.95% from 255 or 29.88% from 656); Blue value is 241 (94.53% from 255 or 36.74% from 656); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBC4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC4F1 is #243B0E. Grayscale: #CFCFCF. Windows color (decimal): -2374415 or 15844571. OLE color: 15844571.

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

Color convert

RGB219196241-
CMYK0.090.1900.05
HSL270.67º61.64%85.69%-
HSV(B)270.67º18.67%94.51%-
XYZ64.8360.8991.56-
YUV208.01146.62135.84-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.38%
GREEN value IS 196 (76.95% from 255) = 29.88%
BLUE value IS 241 (94.53% from 255) = 36.74%
R=33.38%
G=29.88%
B=36.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2191962410.090.1900.05270.6761.6485.69
HexDBC4F19130510f3e56
Octal33330436111230541776126
Binary11011011110001001111000110011001101011000011111111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC4F1; }

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

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

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

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

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

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

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

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