#CAAEF7

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

Shades of Mauve #CAAEF7

Tints of Mauve #CAAEF7

Color information

#CAAEF7 (or 0xCAAEF7) is unknown color: approx Mauve. HEX triplet: CA, AE and F7. RGB value is (202,174,247). Sum of RGB (Red+Green+Blue) = 202+174+247=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 247 (96.88% from 255 or 39.65% from 623); Max value from RGB is 247 - color contains mainly: blue. Hex color #CAAEF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAEF7 is #355108. Grayscale: #BEBEBE. Windows color (decimal): -3494153 or 16232138. OLE color: 16232138.

HSL color Cylindrical-coordinate representation of color #CAAEF7: hue angle of 263.01º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAAEF7 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB202174247-
CMYK0.180.3000.03
HSL263.01º82.02%82.55%-
HSV(B)263.01º29.55%96.86%-
XYZ56.2849.5494.59-
YUV190.69159.78136.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.42%
GREEN value IS 174 (68.36% from 255) = 27.93%
BLUE value IS 247 (96.88% from 255) = 39.65%
R=32.42%
G=27.93%
B=39.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2021742470.180.3000.03263.0182.0282.55
HexCAAEF7121E031075253
Octal312256367223603407122123
Binary110010101010111011110111100101111001110000011110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAEF7; }

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

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

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

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

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

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

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

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