#DBD2E5

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

Shades of Fog #DBD2E5

Tints of Fog #DBD2E5

Color information

#DBD2E5 (or 0xDBD2E5) is unknown color: approx Fog. HEX triplet: DB, D2 and E5. RGB value is (219,210,229). Sum of RGB (Red+Green+Blue) = 219+210+229=658 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.28% from 658); Green value is 210 (82.42% from 255 or 31.91% from 658); Blue value is 229 (89.84% from 255 or 34.80% from 658); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBD2E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD2E5 is #242D1A. Grayscale: #D6D6D6. Windows color (decimal): -2370843 or 15061723. OLE color: 15061723.

HSL color Cylindrical-coordinate representation of color #DBD2E5: hue angle of 268.42º degrees, saturation: 0.27, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBD2E5 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB219210229-
CMYK0.040.0800.10
HSL268.42º26.76%86.08%-
HSV(B)268.42º8.3%89.8%-
XYZ66.466.8183.52-
YUV214.86135.98130.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.28%
GREEN value IS 210 (82.42% from 255) = 31.91%
BLUE value IS 229 (89.84% from 255) = 34.80%
R=33.28%
G=31.91%
B=34.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192102290.040.0800.10268.4226.7686.08
HexDBD2E5480A10c1b56
Octal33332234541001241433126
Binary110110111101001011100101100100001010100001100110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD2E5; }

 p { color: rgb(219,210,229); }

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

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

 a { background-color: rgb(219,210,229); }

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

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

 span { border-color: rgb(219,210,229); }

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