#D1BAF1

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

Shades of Fog #D1BAF1

Tints of Fog #D1BAF1

Color information

#D1BAF1 (or 0xD1BAF1) is unknown color: approx Fog. HEX triplet: D1, BA and F1. RGB value is (209,186,241). Sum of RGB (Red+Green+Blue) = 209+186+241=636 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.86% from 636); Green value is 186 (73.05% from 255 or 29.25% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 241 - color contains mainly: blue. Hex color #D1BAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BAF1 is #2E450E. Grayscale: #C6C6C6. Windows color (decimal): -3032335 or 15842001. OLE color: 15842001.

HSL color Cylindrical-coordinate representation of color #D1BAF1: hue angle of 265.09º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1BAF1 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB209186241-
CMYK0.130.2300.05
HSL265.09º66.27%83.73%-
HSV(B)265.09º22.82%94.51%-
XYZ59.7355.0290.69-
YUV199.15151.62135.03-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.86%
GREEN value IS 186 (73.05% from 255) = 29.25%
BLUE value IS 241 (94.53% from 255) = 37.89%
R=32.86%
G=29.25%
B=37.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2091862410.130.2300.05265.0966.2783.73
HexD1BAF1D17051094254
Octal321272361152705411102124
Binary110100011011101011110001110110111010110000100110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BAF1; }

 p { color: rgb(209,186,241); }

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

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

 a { background-color: rgb(209,186,241); }

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

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

 span { border-color: rgb(209,186,241); }

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