#CFB6FF

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

Shades of Mauve #CFB6FF

Tints of Mauve #CFB6FF

Color information

#CFB6FF (or 0xCFB6FF) is unknown color: approx Mauve. HEX triplet: CF, B6 and FF. RGB value is (207,182,255). Sum of RGB (Red+Green+Blue) = 207+182+255=644 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.14% from 644); Green value is 182 (71.48% from 255 or 28.26% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFB6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB6FF is #304900. Grayscale: #C5C5C5. Windows color (decimal): -3164417 or 16758479. OLE color: 16758479.

HSL color Cylindrical-coordinate representation of color #CFB6FF: hue angle of 260.55º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFB6FF is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB207182255-
CMYK0.190.2900
HSL260.55º100%85.69%-
HSV(B)260.55º28.63%100%-
XYZ60.5153.94101.83-
YUV197.8160.28134.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.14%
GREEN value IS 182 (71.48% from 255) = 28.26%
BLUE value IS 255 (100% from 255) = 39.60%
R=32.14%
G=28.26%
B=39.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2071822550.190.2900260.5510085.69
HexCFB6FF131D001056456
Octal317266377233500405144126
Binary11001111101101101111111110011111010010000010111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB6FF; }

 p { color: rgb(207,182,255); }

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

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

 a { background-color: rgb(207,182,255); }

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

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

 span { border-color: rgb(207,182,255); }

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