Html Css Color HEX #CAAEFF Mauve

📋 copy color: '#CAAEFF'

red 202 ◦ green 174 ◦ blue 255

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

Shades of Mauve #CAAEFF

Tints of Mauve #CAAEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.41%

R = 32.01%
G = 27.58%
B = 40.41%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CAAEFF (or 0xCAAEFF) is known color: Mauve. HEX triplet: CA, AE and FF. RGB value is (202,174,255). Sum of RGB (Red+Green+Blue) = 202+174+255=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 174 (68.36% from 255 or 27.58% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAAEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAEFF is #355100. Grayscale: #BFBFBF. Windows color (decimal): -3494145 or 16756426. OLE color: 16756426.

HSL color Cylindrical-coordinate representation of color #CAAEFF: hue angle of 260.74º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAAEFF is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 202 174 255 -
CMYK 0.21 0.32 0 0
HSL 260.74º 1% 0.84% -
HSV(B) 260.74º 0.32% 1% -
XYZ 57.54 50.05 101.24 -
YUV 191.61 163.78 135.41 -
System Red Green Blue C M Y K H S L
Decimal 202 174 255 0.21 0.32 0 0 260.74 1 0.84
Hex CA AE FF 15 20 0 0 105 64 54
Octal 312 256 377 25 40 0 0 405 144 124
Binary 11001010 10101110 11111111 10101 100000 0 0 100000101 1100100 1010100

Color Harmonies of #CAAEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAEFF

Black with #CAAEFF

Text Example


Text Example

White with #CAAEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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