#dbc0e9

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

Shades of Fog #DBC0E9

Tints of Fog #DBC0E9

Color information

#DBC0E9 (or 0xDBC0E9) is unknown color: approx Fog. HEX triplet: DB, C0 and E9. RGB value is (219,192,233). Sum of RGB (Red+Green+Blue) = 219+192+233=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 192 (75.39% from 255 or 29.81% from 644); Blue value is 233 (91.41% from 255 or 36.18% from 644); Max value from RGB is 233 - color contains mainly: blue. Hex color #DBC0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC0E9 is #243F16. Grayscale: #CCCCCC. Windows color (decimal): -2375447 or 15319259. OLE color: 15319259.

HSL color Cylindrical-coordinate representation of color #DBC0E9: hue angle of 279.51º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBC0E9 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB219192233-
CMYK0.060.1800.09
HSL279.51º48.24%83.33%-
HSV(B)279.51º17.6%91.37%-
XYZ62.7758.6485.1-
YUV204.75143.95138.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.01%
GREEN value IS 192 (75.39% from 255) = 29.81%
BLUE value IS 233 (91.41% from 255) = 36.18%
R=34.01%
G=29.81%
B=36.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2191922330.060.1800.09279.5148.2483.33
HexDBC0E9612091183053
Octal33330035162201143060123
Binary11011011110000001110100111010010010011000110001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dbc0e9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dbc0e9; }

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

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

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

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

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

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

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

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