#CAB0FB

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

Shades of Mauve #CAB0FB

Tints of Mauve #CAB0FB

Color information

#CAB0FB (or 0xCAB0FB) is unknown color: approx Mauve. HEX triplet: CA, B0 and FB. RGB value is (202,176,251). Sum of RGB (Red+Green+Blue) = 202+176+251=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 176 (69.14% from 255 or 27.98% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 251 - color contains mainly: blue. Hex color #CAB0FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB0FB is #354F04. Grayscale: #C0C0C0. Windows color (decimal): -3493637 or 16494794. OLE color: 16494794.

HSL color Cylindrical-coordinate representation of color #CAB0FB: hue angle of 260.8º 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 #CAB0FB is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202176251-
CMYK0.200.3000.02
HSL260.8º90.36%83.73%-
HSV(B)260.8º29.88%98.43%-
XYZ57.350.5798.01-
YUV192.32161.11134.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.11%
GREEN value IS 176 (69.14% from 255) = 27.98%
BLUE value IS 251 (98.44% from 255) = 39.90%
R=32.11%
G=27.98%
B=39.90%

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
Decimal2021762510.200.3000.02260.890.3683.73
HexCAB0FB141E021055a54
Octal312260373243602405132124
Binary110010101011000011111011101001111001010000010110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB0FB; }

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

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

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

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

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

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

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

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