#CAAEFE

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

Shades of Mauve #CAAEFE

Tints of Mauve #CAAEFE

Color information

#CAAEFE (or 0xCAAEFE) is unknown color: approx Mauve. HEX triplet: CA, AE and FE. RGB value is (202,174,254). Sum of RGB (Red+Green+Blue) = 202+174+254=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 174 (68.36% from 255 or 27.62% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAAEFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAEFE is #355101. Grayscale: #BFBFBF. Windows color (decimal): -3494146 or 16690890. OLE color: 16690890.

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

Color convert

RGB202174254-
CMYK0.200.3100.00
HSL261º97.56%83.92%-
HSV(B)261º31.5%99.61%-
XYZ57.3849.98100.39-
YUV191.49163.28135.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.06%
GREEN value IS 174 (68.36% from 255) = 27.62%
BLUE value IS 254 (99.61% from 255) = 40.32%
R=32.06%
G=27.62%
B=40.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2021742540.200.3100.0026197.5683.92
HexCAAEFE141F001056254
Octal312256376243700405142124
Binary11001010101011101111111010100111110010000010111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAEFE; }

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

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

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

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

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

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

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

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