#CAAEF9

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

Shades of Mauve #CAAEF9

Tints of Mauve #CAAEF9

Color information

#CAAEF9 (or 0xCAAEF9) is unknown color: approx Mauve. HEX triplet: CA, AE and F9. RGB value is (202,174,249). Sum of RGB (Red+Green+Blue) = 202+174+249=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 174 (68.36% from 255 or 27.84% from 625); Blue value is 249 (97.66% from 255 or 39.84% from 625); Max value from RGB is 249 - color contains mainly: blue. Hex color #CAAEF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAEF9 is #355106. Grayscale: #BEBEBE. Windows color (decimal): -3494151 or 16363210. OLE color: 16363210.

HSL color Cylindrical-coordinate representation of color #CAAEF9: hue angle of 262.4º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAAEF9 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202174249-
CMYK0.190.3000.02
HSL262.4º86.21%82.94%-
HSV(B)262.4º30.12%97.65%-
XYZ56.5949.6796.23-
YUV190.92160.78135.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.32%
GREEN value IS 174 (68.36% from 255) = 27.84%
BLUE value IS 249 (97.66% from 255) = 39.84%
R=32.32%
G=27.84%
B=39.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021742490.190.3000.02262.486.2182.94
HexCAAEF9131E021065653
Octal312256371233602406126123
Binary110010101010111011111001100111111001010000011010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAEF9; }

 p { color: rgb(202,174,249); }

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

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

 a { background-color: rgb(202,174,249); }

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

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

 span { border-color: rgb(202,174,249); }

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