#D6BFFB

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

Shades of Fog #D6BFFB

Tints of Fog #D6BFFB

Color information

#D6BFFB (or 0xD6BFFB) is unknown color: approx Fog. HEX triplet: D6, BF and FB. RGB value is (214,191,251). Sum of RGB (Red+Green+Blue) = 214+191+251=656 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.62% from 656); Green value is 191 (75% from 255 or 29.12% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #D6BFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BFFB is #294004. Grayscale: #CCCCCC. Windows color (decimal): -2703365 or 16498646. OLE color: 16498646.

HSL color Cylindrical-coordinate representation of color #D6BFFB: hue angle of 263º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6BFFB is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB214191251-
CMYK0.150.2400.02
HSL263º88.24%86.67%-
HSV(B)263º23.9%98.43%-
XYZ63.7758.5299.2-
YUV204.72154.12134.62-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.62%
GREEN value IS 191 (75% from 255) = 29.12%
BLUE value IS 251 (98.44% from 255) = 38.26%
R=32.62%
G=29.12%
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.02
SystemRedGreenBlueCMYKHSL
Decimal2141912510.150.2400.0226388.2486.67
HexD6BFFBF18021075857
Octal326277373173002407130127
Binary11010110101111111111101111111100001010000011110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BFFB; }

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

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

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

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

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

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

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

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