#D1B4EB

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

Shades of Fog #D1B4EB

Tints of Fog #D1B4EB

Color information

#D1B4EB (or 0xD1B4EB) is unknown color: approx Fog. HEX triplet: D1, B4 and EB. RGB value is (209,180,235). Sum of RGB (Red+Green+Blue) = 209+180+235=624 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.49% from 624); Green value is 180 (70.70% from 255 or 28.85% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 235 - color contains mainly: blue. Hex color #D1B4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1B4EB is #2E4B14. Grayscale: #C2C2C2. Windows color (decimal): -3033877 or 15447249. OLE color: 15447249.

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

Color convert

RGB209180235-
CMYK0.110.2300.08
HSL271.64º57.89%81.37%-
HSV(B)271.64º23.4%92.16%-
XYZ57.6152.285.64-
YUV194.94150.61138.03-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.49%
GREEN value IS 180 (70.70% from 255) = 28.85%
BLUE value IS 235 (92.19% from 255) = 37.66%
R=33.49%
G=28.85%
B=37.66%

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
Decimal2091802350.110.2300.08271.6457.8981.37
HexD1B4EBB17081103a51
Octal321264353132701042072121
Binary110100011011010011101011101110111010001000100001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B4EB; }

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

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

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

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

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

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

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

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