Shades of Perfume #C7AFDB
Tints of Perfume #C7AFDB
RGB
CMYK
RGB Variations
Color information
#C7AFDB (or 0xC7AFDB) is known color: Perfume. HEX triplet: C7, AF and DB. RGB value is (199,175,219). Sum of RGB (Red+Green+Blue) = 199+175+219=593 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.56% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #C7AFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AFDB is #385024. Grayscale: #BBBBBB. Windows color (decimal): -3690533 or 14397383. OLE color: 14397383.
HSL color Cylindrical-coordinate representation of color #C7AFDB: hue angle of 272.73º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7AFDB is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 175 | 219 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.14 |
| HSL | 272.73º | 0.38% | 0.77% | - |
| HSV(B) | 272.73º | 0.2% | 0.86% | - |
| XYZ | 51.67 | 47.92 | 73.54 | - |
| YUV | 187.19 | 145.95 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 175 | 219 | 0.09 | 0.20 | 0 | 0.14 | 272.73 | 0.38 | 0.77 |
| Hex | C7 | AF | DB | 9 | 14 | 0 | E | 111 | 26 | 4D |
| Octal | 307 | 257 | 333 | 11 | 24 | 0 | 16 | 421 | 46 | 115 |
| Binary | 11000111 | 10101111 | 11011011 | 1001 | 10100 | 0 | 1110 | 100010001 | 100110 | 1001101 |
Color Harmonies of #C7AFDB
Complementary color
Monochromatic Colors of #C7AFDB
Black with #C7AFDB
Text Example
Text Example
White with #C7AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AFDB; }
p { color: rgb(199,175,219); }
H1.HeaderClassName
{
color: #C7AFDB;
}
.AnyTagClassName
{
color: #C7AFDB;
}
</style>
background-color css
<style>
a { background-color: #C7AFDB; }
a { background-color: rgb(199,175,219); }
div.DivClassName
{
background-color: #C7AFDB;
}
.BgClassName
{
background-color: #C7AFDB;
}
</style>
border-color css
<style>
span { border-color: #C7AFDB; }
span { border-color: rgb(199,175,219); }
td.TdClassName
{
border-color: #C7AFDB;
}
.TagClassName
{
border-color: #C7AFDB;
}
</style>