Html Css Color HEX #C8AEFE Mauve

📋 copy color: '#C8AEFE'

red 200 ◦ green 174 ◦ blue 254

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

Shades of Mauve #C8AEFE

Tints of Mauve #C8AEFE

RGB

 RED value IS 200 (78.52% from 255) = 31.85%

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

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

R = 31.85%
G = 27.71%
B = 40.45%

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

#C8AEFE (or 0xC8AEFE) is known color: Mauve. HEX triplet: C8, AE and FE. RGB value is (200,174,254). Sum of RGB (Red+Green+Blue) = 200+174+254=628 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.85% from 628); Green value is 174 (68.36% from 255 or 27.71% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8AEFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8AEFE is #375101. Grayscale: #BEBEBE. Windows color (decimal): -3625218 or 16690888. OLE color: 16690888.

HSL color Cylindrical-coordinate representation of color #C8AEFE: hue angle of 259.5º 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 #C8AEFE is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 200 174 254 -
CMYK 0.21 0.31 0 0.00
HSL 259.5º 0.98% 0.84% -
HSV(B) 259.5º 0.31% 1% -
XYZ 56.84 49.71 100.36 -
YUV 190.89 163.61 134.5 -
System Red Green Blue C M Y K H S L
Decimal 200 174 254 0.21 0.31 0 0.00 259.5 0.98 0.84
Hex C8 AE FE 15 1F 0 0 104 62 54
Octal 310 256 376 25 37 0 0 404 142 124
Binary 11001000 10101110 11111110 10101 11111 0 0 100000100 1100010 1010100

Color Harmonies of #C8AEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AEFE

Black with #C8AEFE

Text Example


Text Example

White with #C8AEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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