#CB9EFE

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

Shades of Mauve #CB9EFE

Tints of Mauve #CB9EFE

Color information

#CB9EFE (or 0xCB9EFE) is unknown color: approx Mauve. HEX triplet: CB, 9E and FE. RGB value is (203,158,254). Sum of RGB (Red+Green+Blue) = 203+158+254=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 158 (62.11% from 255 or 25.69% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB9EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9EFE is #346101. Grayscale: #B6B6B6. Windows color (decimal): -3432706 or 16686795. OLE color: 16686795.

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

Color convert

RGB203158254-
CMYK0.200.3800.00
HSL268.12º97.96%80.78%-
HSV(B)268.12º37.8%99.61%-
XYZ54.7444.3199.43-
YUV182.4168.41142.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.01%
GREEN value IS 158 (62.11% from 255) = 25.69%
BLUE value IS 254 (99.61% from 255) = 41.30%
R=33.01%
G=25.69%
B=41.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2031582540.200.3800.00268.1297.9680.78
HexCB9EFE14260010c6251
Octal313236376244600414142121
Binary110010111001111011111110101001001100010000110011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9EFE; }

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

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

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

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

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

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

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

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