#CAAFF9

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

Shades of Mauve #CAAFF9

Tints of Mauve #CAAFF9

Color information

#CAAFF9 (or 0xCAAFF9) is unknown color: approx Mauve. HEX triplet: CA, AF and F9. RGB value is (202,175,249). Sum of RGB (Red+Green+Blue) = 202+175+249=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 175 (68.75% from 255 or 27.96% from 626); Blue value is 249 (97.66% from 255 or 39.78% from 626); Max value from RGB is 249 - color contains mainly: blue. Hex color #CAAFF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAFF9 is #355006. Grayscale: #BFBFBF. Windows color (decimal): -3493895 or 16363466. OLE color: 16363466.

HSL color Cylindrical-coordinate representation of color #CAAFF9: hue angle of 261.89º 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 #CAAFF9 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202175249-
CMYK0.190.3000.02
HSL261.89º86.05%83.14%-
HSV(B)261.89º29.72%97.65%-
XYZ56.7950.0696.29-
YUV191.51160.45135.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.27%
GREEN value IS 175 (68.75% from 255) = 27.96%
BLUE value IS 249 (97.66% from 255) = 39.78%
R=32.27%
G=27.96%
B=39.78%

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
Decimal2021752490.190.3000.02261.8986.0583.14
HexCAAFF9131E021065653
Octal312257371233602406126123
Binary110010101010111111111001100111111001010000011010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAFF9; }

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

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

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

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

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

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

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

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