#CC9EFD

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

Shades of Mauve #CC9EFD

Tints of Mauve #CC9EFD

Color information

#CC9EFD (or 0xCC9EFD) is unknown color: approx Mauve. HEX triplet: CC, 9E and FD. RGB value is (204,158,253). Sum of RGB (Red+Green+Blue) = 204+158+253=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 158 (62.11% from 255 or 25.69% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC9EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9EFD is #336102. Grayscale: #B6B6B6. Windows color (decimal): -3367171 or 16621260. OLE color: 16621260.

HSL color Cylindrical-coordinate representation of color #CC9EFD: hue angle of 269.05º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC9EFD is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204158253-
CMYK0.190.3800.01
HSL269.05º95.96%80.59%-
HSV(B)269.05º37.55%99.22%-
XYZ54.8644.3898.6-
YUV182.58167.74143.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.17%
GREEN value IS 158 (62.11% from 255) = 25.69%
BLUE value IS 253 (99.22% from 255) = 41.14%
R=33.17%
G=25.69%
B=41.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2041582530.190.3800.01269.0595.9680.59
HexCC9EFD13260110d6051
Octal314236375234601415140121
Binary110011001001111011111101100111001100110000110111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9EFD; }

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

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

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

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

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

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

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

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