#CE99FD

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

Shades of Mauve #CE99FD

Tints of Mauve #CE99FD

Color information

#CE99FD (or 0xCE99FD) is unknown color: approx Mauve. HEX triplet: CE, 99 and FD. RGB value is (206,153,253). Sum of RGB (Red+Green+Blue) = 206+153+253=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 153 (60.16% from 255 or 25% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE99FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE99FD is #316602. Grayscale: #B3B3B3. Windows color (decimal): -3237379 or 16619982. OLE color: 16619982.

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

Color convert

RGB206153253-
CMYK0.190.4000.01
HSL271.8º96.15%79.61%-
HSV(B)271.8º39.53%99.22%-
XYZ54.574398.35-
YUV180.25169.06146.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.66%
GREEN value IS 153 (60.16% from 255) = 25%
BLUE value IS 253 (99.22% from 255) = 41.34%
R=33.66%
G=25%
B=41.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2061532530.190.4000.01271.896.1579.61
HexCE99FD1328011106050
Octal316231375235001420140120
Binary110011101001100111111101100111010000110001000011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE99FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE99FD; }

 p { color: rgb(206,153,253); }

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

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

 a { background-color: rgb(206,153,253); }

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

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

 span { border-color: rgb(206,153,253); }

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