#D1B6E6

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

Shades of Fog #D1B6E6

Tints of Fog #D1B6E6

Color information

#D1B6E6 (or 0xD1B6E6) is unknown color: approx Fog. HEX triplet: D1, B6 and E6. RGB value is (209,182,230). Sum of RGB (Red+Green+Blue) = 209+182+230=621 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.66% from 621); Green value is 182 (71.48% from 255 or 29.31% from 621); Blue value is 230 (90.23% from 255 or 37.04% from 621); Max value from RGB is 230 - color contains mainly: blue. Hex color #D1B6E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1B6E6 is #2E4919. Grayscale: #C3C3C3. Windows color (decimal): -3033370 or 15120081. OLE color: 15120081.

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

Color convert

RGB209182230-
CMYK0.090.2100.10
HSL273.75º48.98%80.78%-
HSV(B)273.75º20.87%90.2%-
XYZ57.3152.7282.02-
YUV195.54147.45137.6-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.66%
GREEN value IS 182 (71.48% from 255) = 29.31%
BLUE value IS 230 (90.23% from 255) = 37.04%
R=33.66%
G=29.31%
B=37.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2091822300.090.2100.10273.7548.9880.78
HexD1B6E69150A1123151
Octal321266346112501242261121
Binary110100011011011011100110100110101010101000100101100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B6E6; }

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

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

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

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

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

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

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

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