#CAAFFB

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

Shades of Mauve #CAAFFB

Tints of Mauve #CAAFFB

Color information

#CAAFFB (or 0xCAAFFB) is unknown color: approx Mauve. HEX triplet: CA, AF and FB. RGB value is (202,175,251). Sum of RGB (Red+Green+Blue) = 202+175+251=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 175 (68.75% from 255 or 27.87% from 628); Blue value is 251 (98.44% from 255 or 39.97% from 628); Max value from RGB is 251 - color contains mainly: blue. Hex color #CAAFFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAFFB is #355004. Grayscale: #BFBFBF. Windows color (decimal): -3493893 or 16494538. OLE color: 16494538.

HSL color Cylindrical-coordinate representation of color #CAAFFB: hue angle of 261.32º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAAFFB is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202175251-
CMYK0.200.3000.02
HSL261.32º90.48%83.53%-
HSV(B)261.32º30.28%98.43%-
XYZ57.150.1897.94-
YUV191.74161.45135.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.17%
GREEN value IS 175 (68.75% from 255) = 27.87%
BLUE value IS 251 (98.44% from 255) = 39.97%
R=32.17%
G=27.87%
B=39.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021752510.200.3000.02261.3290.4883.53
HexCAAFFB141E021055a54
Octal312257373243602405132124
Binary110010101010111111111011101001111001010000010110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAFFB; }

 p { color: rgb(202,175,251); }

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

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

 a { background-color: rgb(202,175,251); }

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

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

 span { border-color: rgb(202,175,251); }

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