#DBC7EE

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

Shades of Fog #DBC7EE

Tints of Fog #DBC7EE

Color information

#DBC7EE (or 0xDBC7EE) is unknown color: approx Fog. HEX triplet: DB, C7 and EE. RGB value is (219,199,238). Sum of RGB (Red+Green+Blue) = 219+199+238=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 199 (78.12% from 255 or 30.34% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBC7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC7EE is #243811. Grayscale: #D1D1D1. Windows color (decimal): -2373650 or 15648731. OLE color: 15648731.

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

Color convert

RGB219199238-
CMYK0.080.1600.07
HSL270.77º53.42%85.69%-
HSV(B)270.77º16.39%93.33%-
XYZ65.0762.0889.44-
YUV209.43144.13134.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.38%
GREEN value IS 199 (78.12% from 255) = 30.34%
BLUE value IS 238 (93.36% from 255) = 36.28%
R=33.38%
G=30.34%
B=36.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191992380.080.1600.07270.7753.4285.69
HexDBC7EE8100710f3556
Octal33330735610200741765126
Binary11011011110001111110111010001000001111000011111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC7EE; }

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

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

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

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

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

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

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

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