#DBC5EE

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

Shades of Fog #DBC5EE

Tints of Fog #DBC5EE

Color information

#DBC5EE (or 0xDBC5EE) is unknown color: approx Fog. HEX triplet: DB, C5 and EE. RGB value is (219,197,238). Sum of RGB (Red+Green+Blue) = 219+197+238=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 197 (77.34% from 255 or 30.12% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBC5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC5EE is #243A11. Grayscale: #D0D0D0. Windows color (decimal): -2374162 or 15648219. OLE color: 15648219.

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

Color convert

RGB219197238-
CMYK0.080.1700.07
HSL272.2º54.67%85.29%-
HSV(B)272.2º17.23%93.33%-
XYZ64.6161.1789.29-
YUV208.25144.79135.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.49%
GREEN value IS 197 (77.34% from 255) = 30.12%
BLUE value IS 238 (93.36% from 255) = 36.39%
R=33.49%
G=30.12%
B=36.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191972380.080.1700.07272.254.6785.29
HexDBC5EE811071103755
Octal33330535610210742067125
Binary11011011110001011110111010001000101111000100001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC5EE; }

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

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

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

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

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

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

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

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