#DBC4EE

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

Shades of Fog #DBC4EE

Tints of Fog #DBC4EE

Color information

#DBC4EE (or 0xDBC4EE) is unknown color: approx Fog. HEX triplet: DB, C4 and EE. RGB value is (219,196,238). Sum of RGB (Red+Green+Blue) = 219+196+238=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 196 (76.95% from 255 or 30.02% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBC4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC4EE is #243B11. Grayscale: #CFCFCF. Windows color (decimal): -2374418 or 15647963. OLE color: 15647963.

HSL color Cylindrical-coordinate representation of color #DBC4EE: hue angle of 272.86º degrees, saturation: 0.55, 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 #DBC4EE is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB219196238-
CMYK0.080.1800.07
HSL272.86º55.26%85.1%-
HSV(B)272.86º17.65%93.33%-
XYZ64.3960.7189.21-
YUV207.66145.12136.08-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.54%
GREEN value IS 196 (76.95% from 255) = 30.02%
BLUE value IS 238 (93.36% from 255) = 36.45%
R=33.54%
G=30.02%
B=36.45%

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
Decimal2191962380.080.1800.07272.8655.2685.1
HexDBC4EE812071113755
Octal33330435610220742167125
Binary11011011110001001110111010001001001111000100011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC4EE; }

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

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

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

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

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

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

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

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