#D3B6EB

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

Shades of Fog #D3B6EB

Tints of Fog #D3B6EB

Color information

#D3B6EB (or 0xD3B6EB) is unknown color: approx Fog. HEX triplet: D3, B6 and EB. RGB value is (211,182,235). Sum of RGB (Red+Green+Blue) = 211+182+235=628 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.60% from 628); Green value is 182 (71.48% from 255 or 28.98% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #D3B6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3B6EB is #2C4914. Grayscale: #C4C4C4. Windows color (decimal): -2902293 or 15447763. OLE color: 15447763.

HSL color Cylindrical-coordinate representation of color #D3B6EB: hue angle of 272.83º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D3B6EB is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB211182235-
CMYK0.100.2300.08
HSL272.83º56.99%81.76%-
HSV(B)272.83º22.55%92.16%-
XYZ58.5953.385.8-
YUV196.71149.61138.19-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.60%
GREEN value IS 182 (71.48% from 255) = 28.98%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=33.60%
G=28.98%
B=37.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2111822350.100.2300.08272.8356.9981.76
HexD3B6EBA17081113952
Octal323266353122701042171122
Binary110100111011011011101011101010111010001000100011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B6EB; }

 p { color: rgb(211,182,235); }

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

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

 a { background-color: rgb(211,182,235); }

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

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

 span { border-color: rgb(211,182,235); }

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