Html Css Color HEX #CAABFE Mauve

📋 copy color: '#CAABFE'

red 202 ◦ green 171 ◦ blue 254

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

Shades of Mauve #CAABFE

Tints of Mauve #CAABFE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.27%

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

R = 32.22%
G = 27.27%
B = 40.51%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CAABFE (or 0xCAABFE) is known color: Mauve. HEX triplet: CA, AB and FE. RGB value is (202,171,254). Sum of RGB (Red+Green+Blue) = 202+171+254=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 171 (67.19% from 255 or 27.27% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAABFE is #355401. Grayscale: #BDBDBD. Windows color (decimal): -3494914 or 16690122. OLE color: 16690122.

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

Color convert

RGB 202 171 254 -
CMYK 0.20 0.33 0 0.00
HSL 262.41º 0.98% 0.83% -
HSV(B) 262.41º 0.33% 1% -
XYZ 56.81 48.84 100.2 -
YUV 189.73 164.27 136.75 -
System Red Green Blue C M Y K H S L
Decimal 202 171 254 0.20 0.33 0 0.00 262.41 0.98 0.83
Hex CA AB FE 14 21 0 0 106 62 53
Octal 312 253 376 24 41 0 0 406 142 123
Binary 11001010 10101011 11111110 10100 100001 0 0 100000110 1100010 1010011

Color Harmonies of #CAABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAABFE

Black with #CAABFE

Text Example


Text Example

White with #CAABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAABFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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