Html Css Color HEX #C9AEFC Mauve

📋 copy color: '#C9AEFC'

red 201 ◦ green 174 ◦ blue 252

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

Shades of Mauve #C9AEFC

Tints of Mauve #C9AEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.19%

R = 32.06%
G = 27.75%
B = 40.19%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C9AEFC (or 0xC9AEFC) is known color: Mauve. HEX triplet: C9, AE and FC. RGB value is (201,174,252). Sum of RGB (Red+Green+Blue) = 201+174+252=627 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.06% from 627); Green value is 174 (68.36% from 255 or 27.75% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #C9AEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AEFC is #365103. Grayscale: #BEBEBE. Windows color (decimal): -3559684 or 16559817. OLE color: 16559817.

HSL color Cylindrical-coordinate representation of color #C9AEFC: hue angle of 260.77º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9AEFC is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 174 252 -
CMYK 0.20 0.31 0 0.01
HSL 260.77º 0.93% 0.84% -
HSV(B) 260.77º 0.31% 0.99% -
XYZ 56.79 49.72 98.7 -
YUV 190.97 162.45 135.16 -
System Red Green Blue C M Y K H S L
Decimal 201 174 252 0.20 0.31 0 0.01 260.77 0.93 0.84
Hex C9 AE FC 14 1F 0 1 105 5D 54
Octal 311 256 374 24 37 0 1 405 135 124
Binary 11001001 10101110 11111100 10100 11111 0 1 100000101 1011101 1010100

Color Harmonies of #C9AEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AEFC

Black with #C9AEFC

Text Example


Text Example

White with #C9AEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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