Html Css Color HEX #CAA8FB Mauve

📋 copy color: '#CAA8FB'

red 202 ◦ green 168 ◦ blue 251

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

Shades of Mauve #CAA8FB

Tints of Mauve #CAA8FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.42%

R = 32.53%
G = 27.05%
B = 40.42%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CAA8FB (or 0xCAA8FB) is known color: Mauve. HEX triplet: CA, A8 and FB. RGB value is (202,168,251). Sum of RGB (Red+Green+Blue) = 202+168+251=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 168 (66.02% from 255 or 27.05% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #CAA8FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA8FB is #355704. Grayscale: #BBBBBB. Windows color (decimal): -3495685 or 16492746. OLE color: 16492746.

HSL color Cylindrical-coordinate representation of color #CAA8FB: hue angle of 264.58º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAA8FB is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 168 251 -
CMYK 0.20 0.33 0 0.02
HSL 264.58º 0.91% 0.82% -
HSV(B) 264.58º 0.33% 0.98% -
XYZ 55.77 47.53 97.5 -
YUV 187.63 163.76 138.25 -
System Red Green Blue C M Y K H S L
Decimal 202 168 251 0.20 0.33 0 0.02 264.58 0.91 0.82
Hex CA A8 FB 14 21 0 2 109 5B 52
Octal 312 250 373 24 41 0 2 411 133 122
Binary 11001010 10101000 11111011 10100 100001 0 10 100001001 1011011 1010010

Color Harmonies of #CAA8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA8FB

Black with #CAA8FB

Text Example


Text Example

White with #CAA8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA8FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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