#DBC1EE

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

Shades of Fog #DBC1EE

Tints of Fog #DBC1EE

Color information

#DBC1EE (or 0xDBC1EE) is unknown color: approx Fog. HEX triplet: DB, C1 and EE. RGB value is (219,193,238). Sum of RGB (Red+Green+Blue) = 219+193+238=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 193 (75.78% from 255 or 29.69% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBC1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC1EE is #243E11. Grayscale: #CDCDCD. Windows color (decimal): -2375186 or 15647195. OLE color: 15647195.

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

Color convert

RGB219193238-
CMYK0.080.1900.07
HSL274.67º56.96%84.51%-
HSV(B)274.67º18.91%93.33%-
XYZ63.7259.3788.99-
YUV205.9146.11137.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.69%
GREEN value IS 193 (75.78% from 255) = 29.69%
BLUE value IS 238 (93.36% from 255) = 36.62%
R=33.69%
G=29.69%
B=36.62%

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
Decimal2191932380.080.1900.07274.6756.9684.51
HexDBC1EE813071133955
Octal33330135610230742371125
Binary11011011110000011110111010001001101111000100111110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC1EE; }

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

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

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

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

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

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

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

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