#D3B4EB

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

Shades of Fog #D3B4EB

Tints of Fog #D3B4EB

Color information

#D3B4EB (or 0xD3B4EB) is unknown color: approx Fog. HEX triplet: D3, B4 and EB. RGB value is (211,180,235). Sum of RGB (Red+Green+Blue) = 211+180+235=626 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.71% from 626); Green value is 180 (70.70% from 255 or 28.75% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #D3B4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3B4EB is #2C4B14. Grayscale: #C3C3C3. Windows color (decimal): -2902805 or 15447251. OLE color: 15447251.

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

Color convert

RGB211180235-
CMYK0.100.2300.08
HSL273.82º57.89%81.37%-
HSV(B)273.82º23.4%92.16%-
XYZ58.1852.4985.66-
YUV195.54150.27139.03-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.71%
GREEN value IS 180 (70.70% from 255) = 28.75%
BLUE value IS 235 (92.19% from 255) = 37.54%
R=33.71%
G=28.75%
B=37.54%

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
Decimal2111802350.100.2300.08273.8257.8981.37
HexD3B4EBA17081123a51
Octal323264353122701042272121
Binary110100111011010011101011101010111010001000100101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B4EB; }

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

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

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

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

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

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

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

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