Html Css Color HEX #CAAAFB Mauve

📋 copy color: '#CAAAFB'

red 202 ◦ green 170 ◦ blue 251

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

Shades of Mauve #CAAAFB

Tints of Mauve #CAAAFB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.29%

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

R = 32.42%
G = 27.29%
B = 40.29%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CAAAFB (or 0xCAAAFB) is known color: Mauve. HEX triplet: CA, AA and FB. RGB value is (202,170,251). Sum of RGB (Red+Green+Blue) = 202+170+251=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 170 (66.80% from 255 or 27.29% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #CAAAFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAAFB is #355504. Grayscale: #BCBCBC. Windows color (decimal): -3495173 or 16493258. OLE color: 16493258.

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

Color convert

RGB 202 170 251 -
CMYK 0.20 0.32 0 0.02
HSL 263.7º 0.91% 0.83% -
HSV(B) 263.7º 0.32% 0.98% -
XYZ 56.14 48.27 97.62 -
YUV 188.8 163.1 137.41 -
System Red Green Blue C M Y K H S L
Decimal 202 170 251 0.20 0.32 0 0.02 263.7 0.91 0.83
Hex CA AA FB 14 20 0 2 108 5B 53
Octal 312 252 373 24 40 0 2 410 133 123
Binary 11001010 10101010 11111011 10100 100000 0 10 100001000 1011011 1010011

Color Harmonies of #CAAAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAAFB

Black with #CAAAFB

Text Example


Text Example

White with #CAAAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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