#C8ADFF

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

Shades of Mauve #C8ADFF

Tints of Mauve #C8ADFF

Color information

#C8ADFF (or 0xC8ADFF) is unknown color: approx Mauve. HEX triplet: C8, AD and FF. RGB value is (200,173,255). Sum of RGB (Red+Green+Blue) = 200+173+255=628 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.85% from 628); Green value is 173 (67.97% from 255 or 27.55% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ADFF is #375200. Grayscale: #BEBEBE. Windows color (decimal): -3625473 or 16756168. OLE color: 16756168.

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

Color convert

RGB200173255-
CMYK0.220.3200
HSL259.76º100%83.92%-
HSV(B)259.76º32.16%100%-
XYZ56.8149.39101.15-
YUV190.42164.45134.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.85%
GREEN value IS 173 (67.97% from 255) = 27.55%
BLUE value IS 255 (100% from 255) = 40.61%
R=31.85%
G=27.55%
B=40.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2001732550.220.3200259.7610083.92
HexC8ADFF1620001046454
Octal310255377264000404144124
Binary110010001010110111111111101101000000010000010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ADFF; }

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

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

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

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

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

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

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

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