Html Css Color HEX #CAA8FE Mauve

📋 copy color: '#CAA8FE'

red 202 ◦ green 168 ◦ blue 254

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

Shades of Mauve #CAA8FE

Tints of Mauve #CAA8FE

RGB

 RED value IS 202 (79.3% from 255) = 32.37%

 GREEN value IS 168 (66.02% from 255) = 26.92%

 BLUE value IS 254 (99.61% from 255) = 40.71%

R = 32.37%
G = 26.92%
B = 40.71%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CAA8FE (or 0xCAA8FE) is known color: Mauve. HEX triplet: CA, A8 and FE. RGB value is (202,168,254). Sum of RGB (Red+Green+Blue) = 202+168+254=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 168 (66.02% from 255 or 26.92% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAA8FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA8FE is #355701. Grayscale: #BBBBBB. Windows color (decimal): -3495682 or 16689354. OLE color: 16689354.

HSL color Cylindrical-coordinate representation of color #CAA8FE: hue angle of 263.72º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAA8FE is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 202 168 254 -
CMYK 0.20 0.34 0 0.00
HSL 263.72º 0.98% 0.83% -
HSV(B) 263.72º 0.34% 1% -
XYZ 56.25 47.72 100.01 -
YUV 187.97 165.26 138.01 -
System Red Green Blue C M Y K H S L
Decimal 202 168 254 0.20 0.34 0 0.00 263.72 0.98 0.83
Hex CA A8 FE 14 22 0 0 108 62 53
Octal 312 250 376 24 42 0 0 410 142 123
Binary 11001010 10101000 11111110 10100 100010 0 0 100001000 1100010 1010011

Color Harmonies of #CAA8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA8FE

Black with #CAA8FE

Text Example


Text Example

White with #CAA8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA8FE; }

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

 H1.HeaderClassName
 {
   color: #CAA8FE;
 }
 .AnyTagClassName
 {
   color: #CAA8FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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