Html Css Color HEX #CAB2FE Mauve

📋 copy color: '#CAB2FE'

red 202 ◦ green 178 ◦ blue 254

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

Shades of Mauve #CAB2FE

Tints of Mauve #CAB2FE

RGB

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

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

RGB 202 178 254 -
CMYK 0.20 0.30 0 0.00
HSL 258.95º 0.97% 0.85% -
HSV(B) 258.95º 0.3% 1% -
XYZ 58.17 51.55 100.65 -
YUV 193.84 161.95 133.82 -
System Red Green Blue C M Y K H S L
Decimal 202 178 254 0.20 0.30 0 0.00 258.95 0.97 0.85
Hex CA B2 FE 14 1E 0 0 103 61 55
Octal 312 262 376 24 36 0 0 403 141 125
Binary 11001010 10110010 11111110 10100 11110 0 0 100000011 1100001 1010101

Color Harmonies of #CAB2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB2FE

Black with #CAB2FE

Text Example


Text Example

White with #CAB2FE

Text Example


Text Example

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