#D1B5EB

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

Shades of Fog #D1B5EB

Tints of Fog #D1B5EB

Color information

#D1B5EB (or 0xD1B5EB) is unknown color: approx Fog. HEX triplet: D1, B5 and EB. RGB value is (209,181,235). Sum of RGB (Red+Green+Blue) = 209+181+235=625 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.44% from 625); Green value is 181 (71.09% from 255 or 28.96% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #D1B5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1B5EB is #2E4A14. Grayscale: #C3C3C3. Windows color (decimal): -3033621 or 15447505. OLE color: 15447505.

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

Color convert

RGB209181235-
CMYK0.110.2300.08
HSL271.11º57.45%81.57%-
HSV(B)271.11º22.98%92.16%-
XYZ57.8152.685.7-
YUV195.53150.28137.61-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.44%
GREEN value IS 181 (71.09% from 255) = 28.96%
BLUE value IS 235 (92.19% from 255) = 37.6%
R=33.44%
G=28.96%
B=37.6%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2091812350.110.2300.08271.1157.4581.57
HexD1B5EBB170810f3952
Octal321265353132701041771122
Binary110100011011010111101011101110111010001000011111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B5EB; }

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

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

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

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

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

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

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

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