#CC9EFE

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

Shades of Mauve #CC9EFE

Tints of Mauve #CC9EFE

Color information

#CC9EFE (or 0xCC9EFE) is unknown color: approx Mauve. HEX triplet: CC, 9E and FE. RGB value is (204,158,254). Sum of RGB (Red+Green+Blue) = 204+158+254=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 158 (62.11% from 255 or 25.65% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC9EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9EFE is #336101. Grayscale: #B6B6B6. Windows color (decimal): -3367170 or 16686796. OLE color: 16686796.

HSL color Cylindrical-coordinate representation of color #CC9EFE: hue angle of 268.75º 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 #CC9EFE is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB204158254-
CMYK0.200.3800.00
HSL268.75º97.96%80.78%-
HSV(B)268.75º37.8%99.61%-
XYZ55.0244.4599.45-
YUV182.7168.24143.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.12%
GREEN value IS 158 (62.11% from 255) = 25.65%
BLUE value IS 254 (99.61% from 255) = 41.23%
R=33.12%
G=25.65%
B=41.23%

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
Decimal2041582540.200.3800.00268.7597.9680.78
HexCC9EFE14260010d6251
Octal314236376244600415142121
Binary110011001001111011111110101001001100010000110111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9EFE; }

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

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

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

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

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

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

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

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