#C8ADFC

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

Shades of Mauve #C8ADFC

Tints of Mauve #C8ADFC

Color information

#C8ADFC (or 0xC8ADFC) is unknown color: approx Mauve. HEX triplet: C8, AD and FC. RGB value is (200,173,252). Sum of RGB (Red+Green+Blue) = 200+173+252=625 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8ADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ADFC is #375203. Grayscale: #BDBDBD. Windows color (decimal): -3625476 or 16559560. OLE color: 16559560.

HSL color Cylindrical-coordinate representation of color #C8ADFC: hue angle of 260.51º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8ADFC is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB200173252-
CMYK0.210.3100.01
HSL260.51º92.94%83.33%-
HSV(B)260.51º31.35%98.82%-
XYZ56.3349.1998.62-
YUV190.08162.95135.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32%
GREEN value IS 173 (67.97% from 255) = 27.68%
BLUE value IS 252 (98.83% from 255) = 40.32%
R=32%
G=27.68%
B=40.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2001732520.210.3100.01260.5192.9483.33
HexC8ADFC151F011055d53
Octal310255374253701405135123
Binary11001000101011011111110010101111110110000010110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ADFC; }

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

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

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

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

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

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

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

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