#C8ADFD

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

Shades of Mauve #C8ADFD

Tints of Mauve #C8ADFD

Color information

#C8ADFD (or 0xC8ADFD) is unknown color: approx Mauve. HEX triplet: C8, AD and FD. RGB value is (200,173,253). Sum of RGB (Red+Green+Blue) = 200+173+253=626 (82% of max value = 765). Red value is 200 (78.52% from 255 or 31.95% from 626); Green value is 173 (67.97% from 255 or 27.64% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #C8ADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ADFD is #375202. Grayscale: #BDBDBD. Windows color (decimal): -3625475 or 16625096. OLE color: 16625096.

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

Color convert

RGB200173253-
CMYK0.210.3200.01
HSL260.25º95.24%83.53%-
HSV(B)260.25º31.62%99.22%-
XYZ56.4949.2699.46-
YUV190.19163.45135-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.95%
GREEN value IS 173 (67.97% from 255) = 27.64%
BLUE value IS 253 (99.22% from 255) = 40.42%
R=31.95%
G=27.64%
B=40.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2001732530.210.3200.01260.2595.2483.53
HexC8ADFD1520011045f54
Octal310255375254001404137124
Binary110010001010110111111101101011000000110000010010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ADFD; }

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

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

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

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

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

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

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

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