#DBC2EE

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

Shades of Fog #DBC2EE

Tints of Fog #DBC2EE

Color information

#DBC2EE (or 0xDBC2EE) is unknown color: approx Fog. HEX triplet: DB, C2 and EE. RGB value is (219,194,238). Sum of RGB (Red+Green+Blue) = 219+194+238=651 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.64% from 651); Green value is 194 (76.17% from 255 or 29.80% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBC2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC2EE is #243D11. Grayscale: #CECECE. Windows color (decimal): -2374930 or 15647451. OLE color: 15647451.

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

Color convert

RGB219194238-
CMYK0.080.1800.07
HSL274.09º56.41%84.71%-
HSV(B)274.09º18.49%93.33%-
XYZ63.9459.8289.06-
YUV206.49145.78136.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.64%
GREEN value IS 194 (76.17% from 255) = 29.80%
BLUE value IS 238 (93.36% from 255) = 36.56%
R=33.64%
G=29.80%
B=36.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191942380.080.1800.07274.0956.4184.71
HexDBC2EE812071123855
Octal33330235610220742270125
Binary11011011110000101110111010001001001111000100101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC2EE; }

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

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

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

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

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

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

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

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