#CAAEFD

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

Shades of Mauve #CAAEFD

Tints of Mauve #CAAEFD

Color information

#CAAEFD (or 0xCAAEFD) is unknown color: approx Mauve. HEX triplet: CA, AE and FD. RGB value is (202,174,253). Sum of RGB (Red+Green+Blue) = 202+174+253=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 174 (68.36% from 255 or 27.66% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAAEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAEFD is #355102. Grayscale: #BFBFBF. Windows color (decimal): -3494147 or 16625354. OLE color: 16625354.

HSL color Cylindrical-coordinate representation of color #CAAEFD: hue angle of 261.27º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAAEFD is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202174253-
CMYK0.200.3100.01
HSL261.27º95.18%83.73%-
HSV(B)261.27º31.23%99.22%-
XYZ57.2249.9299.55-
YUV191.38162.78135.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.11%
GREEN value IS 174 (68.36% from 255) = 27.66%
BLUE value IS 253 (99.22% from 255) = 40.22%
R=32.11%
G=27.66%
B=40.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021742530.200.3100.01261.2795.1883.73
HexCAAEFD141F011055f54
Octal312256375243701405137124
Binary11001010101011101111110110100111110110000010110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAEFD; }

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

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

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

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

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

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

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

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