#DBD0EE

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

Shades of Fog #DBD0EE

Tints of Fog #DBD0EE

Color information

#DBD0EE (or 0xDBD0EE) is unknown color: approx Fog. HEX triplet: DB, D0 and EE. RGB value is (219,208,238). Sum of RGB (Red+Green+Blue) = 219+208+238=665 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.93% from 665); Green value is 208 (81.64% from 255 or 31.28% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBD0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD0EE is #242F11. Grayscale: #D6D6D6. Windows color (decimal): -2371346 or 15651035. OLE color: 15651035.

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

Color convert

RGB219208238-
CMYK0.080.1300.07
HSL262º46.87%87.45%-
HSV(B)262º12.61%93.33%-
XYZ67.266.3490.15-
YUV214.71141.14131.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.93%
GREEN value IS 208 (81.64% from 255) = 31.28%
BLUE value IS 238 (93.36% from 255) = 35.79%
R=32.93%
G=31.28%
B=35.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192082380.080.1300.0726246.8787.45
HexDBD0EE8D071062f57
Octal33332035610150740657127
Binary1101101111010000111011101000110101111000001101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD0EE; }

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

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

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

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

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

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

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

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