#DBD3E6

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

Shades of Fog #DBD3E6

Tints of Fog #DBD3E6

Color information

#DBD3E6 (or 0xDBD3E6) is unknown color: approx Fog. HEX triplet: DB, D3 and E6. RGB value is (219,211,230). Sum of RGB (Red+Green+Blue) = 219+211+230=660 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.18% from 660); Green value is 211 (82.81% from 255 or 31.97% from 660); Blue value is 230 (90.23% from 255 or 34.85% from 660); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBD3E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD3E6 is #242C19. Grayscale: #D7D7D7. Windows color (decimal): -2370586 or 15127515. OLE color: 15127515.

HSL color Cylindrical-coordinate representation of color #DBD3E6: hue angle of 265.26º degrees, saturation: 0.28, 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 #DBD3E6 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB219211230-
CMYK0.050.0800.10
HSL265.26º27.54%86.47%-
HSV(B)265.26º8.26%90.2%-
XYZ66.7967.3684.34-
YUV215.56136.15130.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.18%
GREEN value IS 211 (82.81% from 255) = 31.97%
BLUE value IS 230 (90.23% from 255) = 34.85%
R=33.18%
G=31.97%
B=34.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192112300.050.0800.10265.2627.5486.47
HexDBD3E6580A1091c56
Octal33332334651001241134126
Binary110110111101001111100110101100001010100001001111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD3E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD3E6; }

 p { color: rgb(219,211,230); }

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

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

 a { background-color: rgb(219,211,230); }

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

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

 span { border-color: rgb(219,211,230); }

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