#DBC1EA

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

Shades of Fog #DBC1EA

Tints of Fog #DBC1EA

Color information

#DBC1EA (or 0xDBC1EA) is unknown color: approx Fog. HEX triplet: DB, C1 and EA. RGB value is (219,193,234). Sum of RGB (Red+Green+Blue) = 219+193+234=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 193 (75.78% from 255 or 29.88% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBC1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC1EA is #243E15. Grayscale: #CDCDCD. Windows color (decimal): -2375190 or 15385051. OLE color: 15385051.

HSL color Cylindrical-coordinate representation of color #DBC1EA: hue angle of 278.05º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBC1EA is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219193234-
CMYK0.060.1800.08
HSL278.05º49.4%83.73%-
HSV(B)278.05º17.52%91.76%-
XYZ63.1359.1485.93-
YUV205.45144.11137.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.90%
GREEN value IS 193 (75.78% from 255) = 29.88%
BLUE value IS 234 (91.80% from 255) = 36.22%
R=33.90%
G=29.88%
B=36.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191932340.060.1800.08278.0549.483.73
HexDBC1EA612081163154
Octal33330135262201042661124
Binary11011011110000011110101011010010010001000101101100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC1EA; }

 p { color: rgb(219,193,234); }

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

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

 a { background-color: rgb(219,193,234); }

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

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

 span { border-color: rgb(219,193,234); }

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