#D1B6E9

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

Shades of Fog #D1B6E9

Tints of Fog #D1B6E9

Color information

#D1B6E9 (or 0xD1B6E9) is unknown color: approx Fog. HEX triplet: D1, B6 and E9. RGB value is (209,182,233). Sum of RGB (Red+Green+Blue) = 209+182+233=624 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.49% from 624); Green value is 182 (71.48% from 255 or 29.17% from 624); Blue value is 233 (91.41% from 255 or 37.34% from 624); Max value from RGB is 233 - color contains mainly: blue. Hex color #D1B6E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1B6E9 is #2E4916. Grayscale: #C3C3C3. Windows color (decimal): -3033367 or 15316689. OLE color: 15316689.

HSL color Cylindrical-coordinate representation of color #D1B6E9: hue angle of 271.76º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1B6E9 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB209182233-
CMYK0.100.2200.09
HSL271.76º53.68%81.37%-
HSV(B)271.76º21.89%91.37%-
XYZ57.7352.8984.26-
YUV195.89148.95137.35-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.49%
GREEN value IS 182 (71.48% from 255) = 29.17%
BLUE value IS 233 (91.41% from 255) = 37.34%
R=33.49%
G=29.17%
B=37.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2091822330.100.2200.09271.7653.6881.37
HexD1B6E9A16091103651
Octal321266351122601142066121
Binary110100011011011011101001101010110010011000100001101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B6E9; }

 p { color: rgb(209,182,233); }

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

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

 a { background-color: rgb(209,182,233); }

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

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

 span { border-color: rgb(209,182,233); }

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