#D4B5EB

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

Shades of Fog #D4B5EB

Tints of Fog #D4B5EB

Color information

#D4B5EB (or 0xD4B5EB) is unknown color: approx Fog. HEX triplet: D4, B5 and EB. RGB value is (212,181,235). Sum of RGB (Red+Green+Blue) = 212+181+235=628 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.76% from 628); Green value is 181 (71.09% from 255 or 28.82% 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 #D4B5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B5EB is #2B4A14. Grayscale: #C4C4C4. Windows color (decimal): -2837013 or 15447508. OLE color: 15447508.

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

Color convert

RGB212181235-
CMYK0.100.2300.08
HSL274.44º57.45%81.57%-
HSV(B)274.44º22.98%92.16%-
XYZ58.6753.0485.74-
YUV196.42149.77139.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.76%
GREEN value IS 181 (71.09% from 255) = 28.82%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=33.76%
G=28.82%
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
Decimal2121812350.100.2300.08274.4457.4581.57
HexD4B5EBA17081123952
Octal324265353122701042271122
Binary110101001011010111101011101010111010001000100101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B5EB; }

 p { color: rgb(212,181,235); }

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

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

 a { background-color: rgb(212,181,235); }

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

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

 span { border-color: rgb(212,181,235); }

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