#DBC8EE

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

Shades of Fog #DBC8EE

Tints of Fog #DBC8EE

Color information

#DBC8EE (or 0xDBC8EE) is unknown color: approx Fog. HEX triplet: DB, C8 and EE. RGB value is (219,200,238). Sum of RGB (Red+Green+Blue) = 219+200+238=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 200 (78.52% from 255 or 30.44% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBC8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC8EE is #243711. Grayscale: #D1D1D1. Windows color (decimal): -2373394 or 15648987. OLE color: 15648987.

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

Color convert

RGB219200238-
CMYK0.080.1600.07
HSL270º52.78%85.88%-
HSV(B)270º15.97%93.33%-
XYZ65.362.5489.52-
YUV210.01143.79134.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.33%
GREEN value IS 200 (78.52% from 255) = 30.44%
BLUE value IS 238 (93.36% from 255) = 36.23%
R=33.33%
G=30.44%
B=36.23%

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
Decimal2192002380.080.1600.0727052.7885.88
HexDBC8EE8100710e3556
Octal33331035610200741665126
Binary11011011110010001110111010001000001111000011101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC8EE; }

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

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

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

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

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

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

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

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