Html Css Color HEX #C9AEFE Mauve

📋 copy color: '#C9AEFE'

red 201 ◦ green 174 ◦ blue 254

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

Shades of Mauve #C9AEFE

Tints of Mauve #C9AEFE

RGB

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

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

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

R = 31.96%
G = 27.66%
B = 40.38%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C9AEFE (or 0xC9AEFE) is known color: Mauve. HEX triplet: C9, AE and FE. RGB value is (201,174,254). Sum of RGB (Red+Green+Blue) = 201+174+254=629 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.96% from 629); Green value is 174 (68.36% from 255 or 27.66% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9AEFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AEFE is #365101. Grayscale: #BEBEBE. Windows color (decimal): -3559682 or 16690889. OLE color: 16690889.

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

Color convert

RGB 201 174 254 -
CMYK 0.21 0.31 0 0.00
HSL 260.25º 0.98% 0.84% -
HSV(B) 260.25º 0.31% 1% -
XYZ 57.11 49.85 100.38 -
YUV 191.19 163.45 135 -
System Red Green Blue C M Y K H S L
Decimal 201 174 254 0.21 0.31 0 0.00 260.25 0.98 0.84
Hex C9 AE FE 15 1F 0 0 104 62 54
Octal 311 256 376 25 37 0 0 404 142 124
Binary 11001001 10101110 11111110 10101 11111 0 0 100000100 1100010 1010100

Color Harmonies of #C9AEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AEFE

Black with #C9AEFE

Text Example


Text Example

White with #C9AEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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