#D6BFF0

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

Shades of Fog #D6BFF0

Tints of Fog #D6BFF0

Color information

#D6BFF0 (or 0xD6BFF0) is unknown color: approx Fog. HEX triplet: D6, BF and F0. RGB value is (214,191,240). Sum of RGB (Red+Green+Blue) = 214+191+240=645 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.18% from 645); Green value is 191 (75% from 255 or 29.61% from 645); Blue value is 240 (94.14% from 255 or 37.21% from 645); Max value from RGB is 240 - color contains mainly: blue. Hex color #D6BFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BFF0 is #29400F. Grayscale: #CBCBCB. Windows color (decimal): -2703376 or 15777750. OLE color: 15777750.

HSL color Cylindrical-coordinate representation of color #D6BFF0: hue angle of 268.16º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6BFF0 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB214191240-
CMYK0.110.2000.06
HSL268.16º62.03%84.51%-
HSV(B)268.16º20.42%94.12%-
XYZ62.0957.8590.33-
YUV203.46148.62135.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.18%
GREEN value IS 191 (75% from 255) = 29.61%
BLUE value IS 240 (94.14% from 255) = 37.21%
R=33.18%
G=29.61%
B=37.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2141912400.110.2000.06268.1662.0384.51
HexD6BFF0B140610c3e55
Octal32627736013240641476125
Binary11010110101111111111000010111010001101000011001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BFF0; }

 p { color: rgb(214,191,240); }

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

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

 a { background-color: rgb(214,191,240); }

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

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

 span { border-color: rgb(214,191,240); }

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