#D1BCF6

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

Shades of Fog #D1BCF6

Tints of Fog #D1BCF6

Color information

#D1BCF6 (or 0xD1BCF6) is unknown color: approx Fog. HEX triplet: D1, BC and F6. RGB value is (209,188,246). Sum of RGB (Red+Green+Blue) = 209+188+246=643 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.50% from 643); Green value is 188 (73.83% from 255 or 29.24% from 643); Blue value is 246 (96.48% from 255 or 38.26% from 643); Max value from RGB is 246 - color contains mainly: blue. Hex color #D1BCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BCF6 is #2E4309. Grayscale: #C8C8C8. Windows color (decimal): -3031818 or 16170193. OLE color: 16170193.

HSL color Cylindrical-coordinate representation of color #D1BCF6: hue angle of 261.72º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D1BCF6 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB209188246-
CMYK0.150.2400.04
HSL261.72º76.32%85.1%-
HSV(B)261.72º23.58%96.47%-
XYZ60.9156.1894.82-
YUV200.89153.46133.78-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.50%
GREEN value IS 188 (73.83% from 255) = 29.24%
BLUE value IS 246 (96.48% from 255) = 38.26%
R=32.50%
G=29.24%
B=38.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2091882460.150.2400.04261.7276.3285.1
HexD1BCF6F18041064c55
Octal321274366173004406114125
Binary110100011011110011110110111111000010010000011010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BCF6; }

 p { color: rgb(209,188,246); }

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

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

 a { background-color: rgb(209,188,246); }

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

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

 span { border-color: rgb(209,188,246); }

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