#CAB1FE

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

Shades of Mauve #CAB1FE

Tints of Mauve #CAB1FE

Color information

#CAB1FE (or 0xCAB1FE) is unknown color: approx Mauve. HEX triplet: CA, B1 and FE. RGB value is (202,177,254). Sum of RGB (Red+Green+Blue) = 202+177+254=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 177 (69.53% from 255 or 27.96% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAB1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB1FE is #354E01. Grayscale: #C0C0C0. Windows color (decimal): -3493378 or 16691658. OLE color: 16691658.

HSL color Cylindrical-coordinate representation of color #CAB1FE: hue angle of 259.48º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAB1FE is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB202177254-
CMYK0.200.3000.00
HSL259.48º97.47%84.51%-
HSV(B)259.48º30.31%99.61%-
XYZ57.9751.16100.58-
YUV193.25162.28134.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.91%
GREEN value IS 177 (69.53% from 255) = 27.96%
BLUE value IS 254 (99.61% from 255) = 40.13%
R=31.91%
G=27.96%
B=40.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2021772540.200.3000.00259.4897.4784.51
HexCAB1FE141E001036155
Octal312261376243600403141125
Binary11001010101100011111111010100111100010000001111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB1FE; }

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

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

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

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

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

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

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

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