Html Css Color HEX #CAB1FE Mauve

📋 copy color: '#CAB1FE'

red 202 ◦ green 177 ◦ blue 254

#CAB1FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #CAB1FE

Tints of Mauve #CAB1FE

RGB

 RED value IS 202 (79.3% 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 value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CAB1FE (or 0xCAB1FE) is known color: 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

RGB 202 177 254 -
CMYK 0.20 0.30 0 0.00
HSL 259.48º 0.97% 0.85% -
HSV(B) 259.48º 0.3% 1% -
XYZ 57.97 51.16 100.58 -
YUV 193.25 162.28 134.24 -
System Red Green Blue C M Y K H S L
Decimal 202 177 254 0.20 0.30 0 0.00 259.48 0.97 0.85
Hex CA B1 FE 14 1E 0 0 103 61 55
Octal 312 261 376 24 36 0 0 403 141 125
Binary 11001010 10110001 11111110 10100 11110 0 0 100000011 1100001 1010101

Color Harmonies of #CAB1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB1FE

Black with #CAB1FE

Text Example


Text Example

White with #CAB1FE

Text Example


Text Example

HTML Codes & Css Web 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>