Shades of Perfume #C5AFDE
Tints of Perfume #C5AFDE
RGB
CMYK
RGB Variations
Color information
#C5AFDE (or 0xC5AFDE) is known color: Perfume. HEX triplet: C5, AF and DE. RGB value is (197,175,222). Sum of RGB (Red+Green+Blue) = 197+175+222=594 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.16% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 222 - color contains mainly: blue. Hex color #C5AFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFDE is #3A5021. Grayscale: #BABABA. Windows color (decimal): -3821602 or 14593989. OLE color: 14593989.
HSL color Cylindrical-coordinate representation of color #C5AFDE: hue angle of 268.09º 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 #C5AFDE is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 175 | 222 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.13 |
| HSL | 268.09º | 0.42% | 0.78% | - |
| HSV(B) | 268.09º | 0.21% | 0.87% | - |
| XYZ | 51.54 | 47.8 | 75.62 | - |
| YUV | 186.94 | 147.79 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 222 | 0.11 | 0.21 | 0 | 0.13 | 268.09 | 0.42 | 0.78 |
| Hex | C5 | AF | DE | B | 15 | 0 | D | 10C | 2A | 4E |
| Octal | 305 | 257 | 336 | 13 | 25 | 0 | 15 | 414 | 52 | 116 |
| Binary | 11000101 | 10101111 | 11011110 | 1011 | 10101 | 0 | 1101 | 100001100 | 101010 | 1001110 |
Color Harmonies of #C5AFDE
Complementary color
Monochromatic Colors of #C5AFDE
Black with #C5AFDE
Text Example
Text Example
White with #C5AFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AFDE; }
p { color: rgb(197,175,222); }
H1.HeaderClassName
{
color: #C5AFDE;
}
.AnyTagClassName
{
color: #C5AFDE;
}
</style>
background-color css
<style>
a { background-color: #C5AFDE; }
a { background-color: rgb(197,175,222); }
div.DivClassName
{
background-color: #C5AFDE;
}
.BgClassName
{
background-color: #C5AFDE;
}
</style>
border-color css
<style>
span { border-color: #C5AFDE; }
span { border-color: rgb(197,175,222); }
td.TdClassName
{
border-color: #C5AFDE;
}
.TagClassName
{
border-color: #C5AFDE;
}
</style>