Shades of Perfume #C8AFDE
Tints of Perfume #C8AFDE
RGB
CMYK
RGB Variations
Color information
#C8AFDE (or 0xC8AFDE) is known color: Perfume. HEX triplet: C8, AF and DE. RGB value is (200,175,222). Sum of RGB (Red+Green+Blue) = 200+175+222=597 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.50% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 222 - color contains mainly: blue. Hex color #C8AFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AFDE is #375021. Grayscale: #BBBBBB. Windows color (decimal): -3624994 or 14593992. OLE color: 14593992.
HSL color Cylindrical-coordinate representation of color #C8AFDE: hue angle of 271.91º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8AFDE is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 175 | 222 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.13 |
| HSL | 271.91º | 0.42% | 0.78% | - |
| HSV(B) | 271.91º | 0.21% | 0.87% | - |
| XYZ | 52.33 | 48.21 | 75.66 | - |
| YUV | 187.83 | 147.28 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 222 | 0.10 | 0.21 | 0 | 0.13 | 271.91 | 0.42 | 0.78 |
| Hex | C8 | AF | DE | A | 15 | 0 | D | 110 | 2A | 4E |
| Octal | 310 | 257 | 336 | 12 | 25 | 0 | 15 | 420 | 52 | 116 |
| Binary | 11001000 | 10101111 | 11011110 | 1010 | 10101 | 0 | 1101 | 100010000 | 101010 | 1001110 |
Color Harmonies of #C8AFDE
Complementary color
Monochromatic Colors of #C8AFDE
Black with #C8AFDE
Text Example
Text Example
White with #C8AFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AFDE; }
p { color: rgb(200,175,222); }
H1.HeaderClassName
{
color: #C8AFDE;
}
.AnyTagClassName
{
color: #C8AFDE;
}
</style>
background-color css
<style>
a { background-color: #C8AFDE; }
a { background-color: rgb(200,175,222); }
div.DivClassName
{
background-color: #C8AFDE;
}
.BgClassName
{
background-color: #C8AFDE;
}
</style>
border-color css
<style>
span { border-color: #C8AFDE; }
span { border-color: rgb(200,175,222); }
td.TdClassName
{
border-color: #C8AFDE;
}
.TagClassName
{
border-color: #C8AFDE;
}
</style>