#D1BBEB

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

Shades of Fog #D1BBEB

Tints of Fog #D1BBEB

Color information

#D1BBEB (or 0xD1BBEB) is unknown color: approx Fog. HEX triplet: D1, BB and EB. RGB value is (209,187,235). Sum of RGB (Red+Green+Blue) = 209+187+235=631 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.12% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 235 - color contains mainly: blue. Hex color #D1BBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BBEB is #2E4414. Grayscale: #C6C6C6. Windows color (decimal): -3032085 or 15449041. OLE color: 15449041.

HSL color Cylindrical-coordinate representation of color #D1BBEB: hue angle of 267.5º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1BBEB is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB209187235-
CMYK0.110.2000.08
HSL267.5º54.55%82.75%-
HSV(B)267.5º20.43%92.16%-
XYZ59.0655.0986.12-
YUV199.05148.29135.1-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.12%
GREEN value IS 187 (73.44% from 255) = 29.64%
BLUE value IS 235 (92.19% from 255) = 37.24%
R=33.12%
G=29.64%
B=37.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2091872350.110.2000.08267.554.5582.75
HexD1BBEBB140810c3753
Octal321273353132401041467123
Binary110100011011101111101011101110100010001000011001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BBEB; }

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

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

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

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

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

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

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

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