#D6BBFC

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

Shades of Mauve #D6BBFC

Tints of Mauve #D6BBFC

Color information

#D6BBFC (or 0xD6BBFC) is unknown color: approx Mauve. HEX triplet: D6, BB and FC. RGB value is (214,187,252). Sum of RGB (Red+Green+Blue) = 214+187+252=653 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.77% from 653); Green value is 187 (73.44% from 255 or 28.64% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6BBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BBFC is #294403. Grayscale: #CACACA. Windows color (decimal): -2704388 or 16563158. OLE color: 16563158.

HSL color Cylindrical-coordinate representation of color #D6BBFC: hue angle of 264.92º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D6BBFC is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB214187252-
CMYK0.150.2600.01
HSL264.92º91.55%86.08%-
HSV(B)264.92º25.79%98.82%-
XYZ63.0756.8799.75-
YUV202.48155.95136.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.77%
GREEN value IS 187 (73.44% from 255) = 28.64%
BLUE value IS 252 (98.83% from 255) = 38.59%
R=32.77%
G=28.64%
B=38.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2141872520.150.2600.01264.9291.5586.08
HexD6BBFCF1A011095c56
Octal326273374173201411134126
Binary1101011010111011111111001111110100110000100110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BBFC; }

 p { color: rgb(214,187,252); }

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

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

 a { background-color: rgb(214,187,252); }

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

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

 span { border-color: rgb(214,187,252); }

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