#CAB2FE

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

Shades of Mauve #CAB2FE

Tints of Mauve #CAB2FE

Color information

#CAB2FE (or 0xCAB2FE) is unknown color: approx Mauve. HEX triplet: CA, B2 and FE. RGB value is (202,178,254). Sum of RGB (Red+Green+Blue) = 202+178+254=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 178 (69.92% from 255 or 28.08% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAB2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB2FE is #354D01. Grayscale: #C1C1C1. Windows color (decimal): -3493122 or 16691914. OLE color: 16691914.

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

Color convert

RGB202178254-
CMYK0.200.3000.00
HSL258.95º97.44%84.71%-
HSV(B)258.95º29.92%99.61%-
XYZ58.1751.55100.65-
YUV193.84161.95133.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.86%
GREEN value IS 178 (69.92% from 255) = 28.08%
BLUE value IS 254 (99.61% from 255) = 40.06%
R=31.86%
G=28.08%
B=40.06%

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
Decimal2021782540.200.3000.00258.9597.4484.71
HexCAB2FE141E001036155
Octal312262376243600403141125
Binary11001010101100101111111010100111100010000001111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB2FE; }

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

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

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

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

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

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

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

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