#CAAEF8

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

Shades of Mauve #CAAEF8

Tints of Mauve #CAAEF8

Color information

#CAAEF8 (or 0xCAAEF8) is unknown color: approx Mauve. HEX triplet: CA, AE and F8. RGB value is (202,174,248). Sum of RGB (Red+Green+Blue) = 202+174+248=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 174 (68.36% from 255 or 27.88% from 624); Blue value is 248 (97.27% from 255 or 39.74% from 624); Max value from RGB is 248 - color contains mainly: blue. Hex color #CAAEF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAEF8 is #355107. Grayscale: #BEBEBE. Windows color (decimal): -3494152 or 16297674. OLE color: 16297674.

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

Color convert

RGB202174248-
CMYK0.190.3000.03
HSL262.7º84.09%82.75%-
HSV(B)262.7º29.84%97.25%-
XYZ56.4449.6195.41-
YUV190.81160.28135.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.37%
GREEN value IS 174 (68.36% from 255) = 27.88%
BLUE value IS 248 (97.27% from 255) = 39.74%
R=32.37%
G=27.88%
B=39.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2021742480.190.3000.03262.784.0982.75
HexCAAEF8131E031075453
Octal312256370233603407124123
Binary110010101010111011111000100111111001110000011110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAEF8; }

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

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

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

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

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

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

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

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