Html Css Color HEX #CAAEF9 Mauve

📋 copy color: '#CAAEF9'

red 202 ◦ green 174 ◦ blue 249

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

Shades of Mauve #CAAEF9

Tints of Mauve #CAAEF9

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.84%

 BLUE value IS 249 (97.66% from 255) = 39.84%

R = 32.32%
G = 27.84%
B = 39.84%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CAAEF9 (or 0xCAAEF9) is known color: Mauve. HEX triplet: CA, AE and F9. RGB value is (202,174,249). Sum of RGB (Red+Green+Blue) = 202+174+249=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 174 (68.36% from 255 or 27.84% from 625); Blue value is 249 (97.66% from 255 or 39.84% from 625); Max value from RGB is 249 - color contains mainly: blue. Hex color #CAAEF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAEF9 is #355106. Grayscale: #BEBEBE. Windows color (decimal): -3494151 or 16363210. OLE color: 16363210.

HSL color Cylindrical-coordinate representation of color #CAAEF9: hue angle of 262.4º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAAEF9 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 174 249 -
CMYK 0.19 0.30 0 0.02
HSL 262.4º 0.86% 0.83% -
HSV(B) 262.4º 0.3% 0.98% -
XYZ 56.59 49.67 96.23 -
YUV 190.92 160.78 135.9 -
System Red Green Blue C M Y K H S L
Decimal 202 174 249 0.19 0.30 0 0.02 262.4 0.86 0.83
Hex CA AE F9 13 1E 0 2 106 56 53
Octal 312 256 371 23 36 0 2 406 126 123
Binary 11001010 10101110 11111001 10011 11110 0 10 100000110 1010110 1010011

Color Harmonies of #CAAEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAEF9

Black with #CAAEF9

Text Example


Text Example

White with #CAAEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAEF9; }

 p { color: rgb(202,174,249); }

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

background-color css

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

 a { background-color: rgb(202,174,249); }

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

border-color css

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

 span { border-color: rgb(202,174,249); }

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