#C8ADFE

Color #C8ADFE Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #C8ADFE

Tints of Mauve #C8ADFE

Color information

#C8ADFE (or 0xC8ADFE) is unknown color: approx Mauve. HEX triplet: C8, AD and FE. RGB value is (200,173,254). Sum of RGB (Red+Green+Blue) = 200+173+254=627 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.90% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8ADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ADFE is #375201. Grayscale: #BEBEBE. Windows color (decimal): -3625474 or 16690632. OLE color: 16690632.

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

Color convert

RGB200173254-
CMYK0.210.3200.00
HSL260º97.59%83.73%-
HSV(B)260º31.89%99.61%-
XYZ56.6549.32100.3-
YUV190.31163.95134.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.90%
GREEN value IS 173 (67.97% from 255) = 27.59%
BLUE value IS 254 (99.61% from 255) = 40.51%
R=31.90%
G=27.59%
B=40.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2001732540.210.3200.0026097.5983.73
HexC8ADFE1520001046254
Octal310255376254000404142124
Binary110010001010110111111110101011000000010000010011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ADFE; }

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

 H1.HeaderClassName
 {
   color: #C8ADFE;
 }
 .AnyTagClassName
 {
   color: #C8ADFE;
 }
</style>
background-color css

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

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

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

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

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

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