#CAA8FE

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

Shades of Mauve #CAA8FE

Tints of Mauve #CAA8FE

Color information

#CAA8FE (or 0xCAA8FE) is unknown color: approx Mauve. HEX triplet: CA, A8 and FE. RGB value is (202,168,254). Sum of RGB (Red+Green+Blue) = 202+168+254=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 168 (66.02% from 255 or 26.92% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAA8FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA8FE is #355701. Grayscale: #BBBBBB. Windows color (decimal): -3495682 or 16689354. OLE color: 16689354.

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

Color convert

RGB202168254-
CMYK0.200.3400.00
HSL263.72º97.73%82.75%-
HSV(B)263.72º33.86%99.61%-
XYZ56.2547.72100.01-
YUV187.97165.26138.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.37%
GREEN value IS 168 (66.02% from 255) = 26.92%
BLUE value IS 254 (99.61% from 255) = 40.71%
R=32.37%
G=26.92%
B=40.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2021682540.200.3400.00263.7297.7382.75
HexCAA8FE1422001086253
Octal312250376244200410142123
Binary110010101010100011111110101001000100010000100011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA8FE; }

 p { color: rgb(202,168,254); }

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

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

 a { background-color: rgb(202,168,254); }

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

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

 span { border-color: rgb(202,168,254); }

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