#D1BFF1

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

Shades of Fog #D1BFF1

Tints of Fog #D1BFF1

Color information

#D1BFF1 (or 0xD1BFF1) is unknown color: approx Fog. HEX triplet: D1, BF and F1. RGB value is (209,191,241). Sum of RGB (Red+Green+Blue) = 209+191+241=641 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.61% from 641); Green value is 191 (75% from 255 or 29.80% from 641); Blue value is 241 (94.53% from 255 or 37.60% from 641); Max value from RGB is 241 - color contains mainly: blue. Hex color #D1BFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BFF1 is #2E400E. Grayscale: #C9C9C9. Windows color (decimal): -3031055 or 15843281. OLE color: 15843281.

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

Color convert

RGB209191241-
CMYK0.130.2100.05
HSL261.6º64.1%84.71%-
HSV(B)261.6º20.75%94.51%-
XYZ60.857.1791.05-
YUV202.08149.96132.93-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.61%
GREEN value IS 191 (75% from 255) = 29.80%
BLUE value IS 241 (94.53% from 255) = 37.60%
R=32.61%
G=29.80%
B=37.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2091912410.130.2100.05261.664.184.71
HexD1BFF1D15051064055
Octal321277361152505406100125
Binary110100011011111111110001110110101010110000011010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BFF1; }

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

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

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

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

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

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

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

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