Shades of Perfume #C8AFDB
Tints of Perfume #C8AFDB
RGB
CMYK
RGB Variations
Color information
#C8AFDB (or 0xC8AFDB) is known color: Perfume. HEX triplet: C8, AF and DB. RGB value is (200,175,219). Sum of RGB (Red+Green+Blue) = 200+175+219=594 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.67% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8AFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AFDB is #375024. Grayscale: #BBBBBB. Windows color (decimal): -3624997 or 14397384. OLE color: 14397384.
HSL color Cylindrical-coordinate representation of color #C8AFDB: hue angle of 274.09º 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 #C8AFDB is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 175 | 219 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.14 |
| HSL | 274.09º | 0.38% | 0.77% | - |
| HSV(B) | 274.09º | 0.2% | 0.86% | - |
| XYZ | 51.94 | 48.05 | 73.56 | - |
| YUV | 187.49 | 145.78 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 219 | 0.09 | 0.20 | 0 | 0.14 | 274.09 | 0.38 | 0.77 |
| Hex | C8 | AF | DB | 9 | 14 | 0 | E | 112 | 26 | 4D |
| Octal | 310 | 257 | 333 | 11 | 24 | 0 | 16 | 422 | 46 | 115 |
| Binary | 11001000 | 10101111 | 11011011 | 1001 | 10100 | 0 | 1110 | 100010010 | 100110 | 1001101 |
Color Harmonies of #C8AFDB
Complementary color
Monochromatic Colors of #C8AFDB
Black with #C8AFDB
Text Example
Text Example
White with #C8AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AFDB; }
p { color: rgb(200,175,219); }
H1.HeaderClassName
{
color: #C8AFDB;
}
.AnyTagClassName
{
color: #C8AFDB;
}
</style>
background-color css
<style>
a { background-color: #C8AFDB; }
a { background-color: rgb(200,175,219); }
div.DivClassName
{
background-color: #C8AFDB;
}
.BgClassName
{
background-color: #C8AFDB;
}
</style>
border-color css
<style>
span { border-color: #C8AFDB; }
span { border-color: rgb(200,175,219); }
td.TdClassName
{
border-color: #C8AFDB;
}
.TagClassName
{
border-color: #C8AFDB;
}
</style>