#CFB3FF

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

Shades of Mauve #CFB3FF

Tints of Mauve #CFB3FF

Color information

#CFB3FF (or 0xCFB3FF) is unknown color: approx Mauve. HEX triplet: CF, B3 and FF. RGB value is (207,179,255). Sum of RGB (Red+Green+Blue) = 207+179+255=641 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.29% from 641); Green value is 179 (70.31% from 255 or 27.93% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFB3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB3FF is #304C00. Grayscale: #C3C3C3. Windows color (decimal): -3165185 or 16757711. OLE color: 16757711.

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

Color convert

RGB207179255-
CMYK0.190.3000
HSL262.11º100%85.1%-
HSV(B)262.11º29.8%100%-
XYZ59.952.73101.63-
YUV196.04161.28135.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.29%
GREEN value IS 179 (70.31% from 255) = 27.93%
BLUE value IS 255 (100% from 255) = 39.78%
R=32.29%
G=27.93%
B=39.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2071792550.190.3000262.1110085.1
HexCFB3FF131E001066455
Octal317263377233600406144125
Binary11001111101100111111111110011111100010000011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB3FF; }

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

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

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

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

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

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

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

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