#C7ADFE

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

Shades of Mauve #C7ADFE

Tints of Mauve #C7ADFE

Color information

#C7ADFE (or 0xC7ADFE) is unknown color: approx Mauve. HEX triplet: C7, AD and FE. RGB value is (199,173,254). Sum of RGB (Red+Green+Blue) = 199+173+254=626 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.79% from 626); Green value is 173 (67.97% from 255 or 27.64% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7ADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7ADFE is #385201. Grayscale: #BDBDBD. Windows color (decimal): -3691010 or 16690631. OLE color: 16690631.

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

Color convert

RGB199173254-
CMYK0.220.3200.00
HSL259.26º97.59%83.73%-
HSV(B)259.26º31.89%99.61%-
XYZ56.3949.19100.29-
YUV190.01164.11134.41-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.79%
GREEN value IS 173 (67.97% from 255) = 27.64%
BLUE value IS 254 (99.61% from 255) = 40.58%
R=31.79%
G=27.64%
B=40.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1991732540.220.3200.00259.2697.5983.73
HexC7ADFE1620001036254
Octal307255376264000403142124
Binary110001111010110111111110101101000000010000001111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ADFE; }

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

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

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

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

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

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

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

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