#CB9AFE

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

Shades of Mauve #CB9AFE

Tints of Mauve #CB9AFE

Color information

#CB9AFE (or 0xCB9AFE) is unknown color: approx Mauve. HEX triplet: CB, 9A and FE. RGB value is (203,154,254). Sum of RGB (Red+Green+Blue) = 203+154+254=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 154 (60.55% from 255 or 25.20% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB9AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9AFE is #346501. Grayscale: #B3B3B3. Windows color (decimal): -3433730 or 16685771. OLE color: 16685771.

HSL color Cylindrical-coordinate representation of color #CB9AFE: hue angle of 269.4º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB9AFE is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB203154254-
CMYK0.200.3900.00
HSL269.4º98.04%80%-
HSV(B)269.4º39.37%99.61%-
XYZ54.0742.9699.21-
YUV180.05169.73144.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.22%
GREEN value IS 154 (60.55% from 255) = 25.20%
BLUE value IS 254 (99.61% from 255) = 41.57%
R=33.22%
G=25.20%
B=41.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2031542540.200.3900.00269.498.0480
HexCB9AFE14270010d6250
Octal313232376244700415142120
Binary110010111001101011111110101001001110010000110111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9AFE; }

 p { color: rgb(203,154,254); }

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

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

 a { background-color: rgb(203,154,254); }

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

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

 span { border-color: rgb(203,154,254); }

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