#DBD4EE

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

Shades of Fog #DBD4EE

Tints of Fog #DBD4EE

Color information

#DBD4EE (or 0xDBD4EE) is unknown color: approx Fog. HEX triplet: DB, D4 and EE. RGB value is (219,212,238). Sum of RGB (Red+Green+Blue) = 219+212+238=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 212 (83.20% from 255 or 31.69% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBD4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD4EE is #242B11. Grayscale: #D8D8D8. Windows color (decimal): -2370322 or 15652059. OLE color: 15652059.

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

Color convert

RGB219212238-
CMYK0.080.1100.07
HSL256.15º43.33%88.24%-
HSV(B)256.15º10.92%93.33%-
XYZ68.1968.3290.48-
YUV217.06139.82129.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.74%
GREEN value IS 212 (83.20% from 255) = 31.69%
BLUE value IS 238 (93.36% from 255) = 35.58%
R=32.74%
G=31.69%
B=35.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192122380.080.1100.07256.1543.3388.24
HexDBD4EE8B071002b58
Octal33332435610130740053130
Binary1101101111010100111011101000101101111000000001010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD4EE; }

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

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

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

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

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

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

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

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