Html Css Color HEX #C9AEFA Mauve

📋 copy color: '#C9AEFA'

red 201 ◦ green 174 ◦ blue 250

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

Shades of Mauve #C9AEFA

Tints of Mauve #C9AEFA

RGB

 RED value IS 201 (78.91% from 255) = 32.16%

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

 BLUE value IS 250 (98.05% from 255) = 40%

R = 32.16%
G = 27.84%
B = 40%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C9AEFA (or 0xC9AEFA) is known color: Mauve. HEX triplet: C9, AE and FA. RGB value is (201,174,250). Sum of RGB (Red+Green+Blue) = 201+174+250=625 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.16% from 625); Green value is 174 (68.36% from 255 or 27.84% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #C9AEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AEFA is #365105. Grayscale: #BEBEBE. Windows color (decimal): -3559686 or 16428745. OLE color: 16428745.

HSL color Cylindrical-coordinate representation of color #C9AEFA: hue angle of 261.32º degrees, saturation: 0.88, 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 #C9AEFA is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 174 250 -
CMYK 0.20 0.30 0 0.02
HSL 261.32º 0.88% 0.83% -
HSV(B) 261.32º 0.3% 0.98% -
XYZ 56.48 49.59 97.04 -
YUV 190.74 161.45 135.32 -
System Red Green Blue C M Y K H S L
Decimal 201 174 250 0.20 0.30 0 0.02 261.32 0.88 0.83
Hex C9 AE FA 14 1E 0 2 105 58 53
Octal 311 256 372 24 36 0 2 405 130 123
Binary 11001001 10101110 11111010 10100 11110 0 10 100000101 1011000 1010011

Color Harmonies of #C9AEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AEFA

Black with #C9AEFA

Text Example


Text Example

White with #C9AEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AEFA; }

 p { color: rgb(201,174,250); }

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

background-color css

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

 a { background-color: rgb(201,174,250); }

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

border-color css

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

 span { border-color: rgb(201,174,250); }

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