Shades of Perfume #C7ADEF
Tints of Perfume #C7ADEF
RGB
CMYK
RGB Variations
Color information
#C7ADEF (or 0xC7ADEF) is known color: Perfume. HEX triplet: C7, AD and EF. RGB value is (199,173,239). Sum of RGB (Red+Green+Blue) = 199+173+239=611 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.57% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: blue. Hex color #C7ADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7ADEF is #385210. Grayscale: #BCBCBC. Windows color (decimal): -3691025 or 15707591. OLE color: 15707591.
HSL color Cylindrical-coordinate representation of color #C7ADEF: hue angle of 263.64º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C7ADEF is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 173 | 239 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.06 |
| HSL | 263.64º | 0.67% | 0.81% | - |
| HSV(B) | 263.64º | 0.28% | 0.94% | - |
| XYZ | 54.08 | 48.26 | 88.13 | - |
| YUV | 188.3 | 156.61 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 239 | 0.17 | 0.28 | 0 | 0.06 | 263.64 | 0.67 | 0.81 |
| Hex | C7 | AD | EF | 11 | 1C | 0 | 6 | 108 | 43 | 51 |
| Octal | 307 | 255 | 357 | 21 | 34 | 0 | 6 | 410 | 103 | 121 |
| Binary | 11000111 | 10101101 | 11101111 | 10001 | 11100 | 0 | 110 | 100001000 | 1000011 | 1010001 |
Color Harmonies of #C7ADEF
Complementary color
Monochromatic Colors of #C7ADEF
Black with #C7ADEF
Text Example
Text Example
White with #C7ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ADEF; }
p { color: rgb(199,173,239); }
H1.HeaderClassName
{
color: #C7ADEF;
}
.AnyTagClassName
{
color: #C7ADEF;
}
</style>
background-color css
<style>
a { background-color: #C7ADEF; }
a { background-color: rgb(199,173,239); }
div.DivClassName
{
background-color: #C7ADEF;
}
.BgClassName
{
background-color: #C7ADEF;
}
</style>
border-color css
<style>
span { border-color: #C7ADEF; }
span { border-color: rgb(199,173,239); }
td.TdClassName
{
border-color: #C7ADEF;
}
.TagClassName
{
border-color: #C7ADEF;
}
</style>