Shades of Perfume #C8ADF1
Tints of Perfume #C8ADF1
RGB
CMYK
RGB Variations
Color information
#C8ADF1 (or 0xC8ADF1) is known color: Perfume. HEX triplet: C8, AD and F1. RGB value is (200,173,241). Sum of RGB (Red+Green+Blue) = 200+173+241=614 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.57% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 241 - color contains mainly: blue. Hex color #C8ADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ADF1 is #37520E. Grayscale: #BCBCBC. Windows color (decimal): -3625487 or 15838664. OLE color: 15838664.
HSL color Cylindrical-coordinate representation of color #C8ADF1: hue angle of 263.82º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C8ADF1 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 173 | 241 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.05 |
| HSL | 263.82º | 0.71% | 0.81% | - |
| HSV(B) | 263.82º | 0.28% | 0.95% | - |
| XYZ | 54.64 | 48.52 | 89.7 | - |
| YUV | 188.83 | 157.45 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 241 | 0.17 | 0.28 | 0 | 0.05 | 263.82 | 0.71 | 0.81 |
| Hex | C8 | AD | F1 | 11 | 1C | 0 | 5 | 108 | 47 | 51 |
| Octal | 310 | 255 | 361 | 21 | 34 | 0 | 5 | 410 | 107 | 121 |
| Binary | 11001000 | 10101101 | 11110001 | 10001 | 11100 | 0 | 101 | 100001000 | 1000111 | 1010001 |
Color Harmonies of #C8ADF1
Complementary color
Monochromatic Colors of #C8ADF1
Black with #C8ADF1
Text Example
Text Example
White with #C8ADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ADF1; }
p { color: rgb(200,173,241); }
H1.HeaderClassName
{
color: #C8ADF1;
}
.AnyTagClassName
{
color: #C8ADF1;
}
</style>
background-color css
<style>
a { background-color: #C8ADF1; }
a { background-color: rgb(200,173,241); }
div.DivClassName
{
background-color: #C8ADF1;
}
.BgClassName
{
background-color: #C8ADF1;
}
</style>
border-color css
<style>
span { border-color: #C8ADF1; }
span { border-color: rgb(200,173,241); }
td.TdClassName
{
border-color: #C8ADF1;
}
.TagClassName
{
border-color: #C8ADF1;
}
</style>