Shades of Mauve #C8ADFD
Tints of Mauve #C8ADFD
RGB
CMYK
RGB Variations
Color information
#C8ADFD (or 0xC8ADFD) is known color: 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
RGB | 200 | 173 | 253 | - |
CMYK | 0.21 | 0.32 | 0 | 0.01 |
HSL | 260.25º | 0.95% | 0.84% | - |
HSV(B) | 260.25º | 0.32% | 0.99% | - |
XYZ | 56.49 | 49.26 | 99.46 | - |
YUV | 190.19 | 163.45 | 135 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 173 | 253 | 0.21 | 0.32 | 0 | 0.01 | 260.25 | 0.95 | 0.84 |
Hex | C8 | AD | FD | 15 | 20 | 0 | 1 | 104 | 5F | 54 |
Octal | 310 | 255 | 375 | 25 | 40 | 0 | 1 | 404 | 137 | 124 |
Binary | 11001000 | 10101101 | 11111101 | 10101 | 100000 | 0 | 1 | 100000100 | 1011111 | 1010100 |
Color Harmonies of #C8ADFD
Complementary color
Monochromatic Colors of #C8ADFD
Black with #C8ADFD
Text Example
Text Example
White with #C8ADFD
Text Example
Text Example
HTML Codes & Css Web 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>