Html Css Color HEX #C8AAFB Mauve

📋 copy color: '#C8AAFB'

red 200 ◦ green 170 ◦ blue 251

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

Shades of Mauve #C8AAFB

Tints of Mauve #C8AAFB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.38%

 BLUE value IS 251 (98.44% from 255) = 40.42%

R = 32.21%
G = 27.38%
B = 40.42%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C8AAFB (or 0xC8AAFB) is known color: Mauve. HEX triplet: C8, AA and FB. RGB value is (200,170,251). Sum of RGB (Red+Green+Blue) = 200+170+251=621 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.21% from 621); Green value is 170 (66.80% from 255 or 27.38% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #C8AAFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8AAFB is #375504. Grayscale: #BBBBBB. Windows color (decimal): -3626245 or 16493256. OLE color: 16493256.

HSL color Cylindrical-coordinate representation of color #C8AAFB: hue angle of 262.22º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C8AAFB is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 170 251 -
CMYK 0.20 0.32 0 0.02
HSL 262.22º 0.91% 0.83% -
HSV(B) 262.22º 0.32% 0.98% -
XYZ 55.61 47.99 97.6 -
YUV 188.2 163.44 136.41 -
System Red Green Blue C M Y K H S L
Decimal 200 170 251 0.20 0.32 0 0.02 262.22 0.91 0.83
Hex C8 AA FB 14 20 0 2 106 5B 53
Octal 310 252 373 24 40 0 2 406 133 123
Binary 11001000 10101010 11111011 10100 100000 0 10 100000110 1011011 1010011

Color Harmonies of #C8AAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AAFB

Black with #C8AAFB

Text Example


Text Example

White with #C8AAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AAFB; }

 p { color: rgb(200,170,251); }

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

background-color css

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

 a { background-color: rgb(200,170,251); }

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

border-color css

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

 span { border-color: rgb(200,170,251); }

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