#DBC0EE

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

Shades of Fog #DBC0EE

Tints of Fog #DBC0EE

Color information

#DBC0EE (or 0xDBC0EE) is unknown color: approx Fog. HEX triplet: DB, C0 and EE. RGB value is (219,192,238). Sum of RGB (Red+Green+Blue) = 219+192+238=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 192 (75.39% from 255 or 29.58% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBC0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC0EE is #243F11. Grayscale: #CDCDCD. Windows color (decimal): -2375442 or 15646939. OLE color: 15646939.

HSL color Cylindrical-coordinate representation of color #DBC0EE: hue angle of 275.22º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBC0EE is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB219192238-
CMYK0.080.1900.07
HSL275.22º57.5%84.31%-
HSV(B)275.22º19.33%93.33%-
XYZ63.558.9388.92-
YUV205.32146.45137.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.74%
GREEN value IS 192 (75.39% from 255) = 29.58%
BLUE value IS 238 (93.36% from 255) = 36.67%
R=33.74%
G=29.58%
B=36.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191922380.080.1900.07275.2257.584.31
HexDBC0EE813071133a54
Octal33330035610230742372124
Binary11011011110000001110111010001001101111000100111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC0EE; }

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

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

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

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

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

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

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

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