#CAAEFF

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

Shades of Mauve #CAAEFF

Tints of Mauve #CAAEFF

Color information

#CAAEFF (or 0xCAAEFF) is unknown color: approx Mauve. HEX triplet: CA, AE and FF. RGB value is (202,174,255). Sum of RGB (Red+Green+Blue) = 202+174+255=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 174 (68.36% from 255 or 27.58% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAAEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAEFF is #355100. Grayscale: #BFBFBF. Windows color (decimal): -3494145 or 16756426. OLE color: 16756426.

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

Color convert

RGB202174255-
CMYK0.210.3200
HSL260.74º100%84.12%-
HSV(B)260.74º31.76%100%-
XYZ57.5450.05101.24-
YUV191.61163.78135.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.01%
GREEN value IS 174 (68.36% from 255) = 27.58%
BLUE value IS 255 (100% from 255) = 40.41%
R=32.01%
G=27.58%
B=40.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021742550.210.3200260.7410084.12
HexCAAEFF1520001056454
Octal312256377254000405144124
Binary110010101010111011111111101011000000010000010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAEFF; }

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

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

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

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

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

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

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

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