Shades of Perfume #C7ADDF
Tints of Perfume #C7ADDF
RGB
CMYK
RGB Variations
Color information
#C7ADDF (or 0xC7ADDF) is known color: Perfume. HEX triplet: C7, AD and DF. RGB value is (199,173,223). Sum of RGB (Red+Green+Blue) = 199+173+223=595 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.45% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #C7ADDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ADDF is #385220. Grayscale: #BABABA. Windows color (decimal): -3691041 or 14659015. OLE color: 14659015.
HSL color Cylindrical-coordinate representation of color #C7ADDF: hue angle of 271.2º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7ADDF is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 173 | 223 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.13 |
| HSL | 271.2º | 0.44% | 0.78% | - |
| HSV(B) | 271.2º | 0.22% | 0.87% | - |
| XYZ | 51.82 | 47.36 | 76.22 | - |
| YUV | 186.47 | 148.61 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 223 | 0.11 | 0.22 | 0 | 0.13 | 271.2 | 0.44 | 0.78 |
| Hex | C7 | AD | DF | B | 16 | 0 | D | 10F | 2C | 4E |
| Octal | 307 | 255 | 337 | 13 | 26 | 0 | 15 | 417 | 54 | 116 |
| Binary | 11000111 | 10101101 | 11011111 | 1011 | 10110 | 0 | 1101 | 100001111 | 101100 | 1001110 |
Color Harmonies of #C7ADDF
Complementary color
Monochromatic Colors of #C7ADDF
Black with #C7ADDF
Text Example
Text Example
White with #C7ADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ADDF; }
p { color: rgb(199,173,223); }
H1.HeaderClassName
{
color: #C7ADDF;
}
.AnyTagClassName
{
color: #C7ADDF;
}
</style>
background-color css
<style>
a { background-color: #C7ADDF; }
a { background-color: rgb(199,173,223); }
div.DivClassName
{
background-color: #C7ADDF;
}
.BgClassName
{
background-color: #C7ADDF;
}
</style>
border-color css
<style>
span { border-color: #C7ADDF; }
span { border-color: rgb(199,173,223); }
td.TdClassName
{
border-color: #C7ADDF;
}
.TagClassName
{
border-color: #C7ADDF;
}
</style>