Shades of Perfume #C8AFDD
Tints of Perfume #C8AFDD
RGB
CMYK
RGB Variations
Color information
#C8AFDD (or 0xC8AFDD) is known color: Perfume. HEX triplet: C8, AF and DD. RGB value is (200,175,221). Sum of RGB (Red+Green+Blue) = 200+175+221=596 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.56% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AFDD is #375022. Grayscale: #BBBBBB. Windows color (decimal): -3624995 or 14528456. OLE color: 14528456.
HSL color Cylindrical-coordinate representation of color #C8AFDD: hue angle of 272.61º degrees, saturation: 0.4, 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 #C8AFDD is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 175 | 221 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.13 |
| HSL | 272.61º | 0.4% | 0.78% | - |
| HSV(B) | 272.61º | 0.21% | 0.87% | - |
| XYZ | 52.2 | 48.16 | 74.95 | - |
| YUV | 187.72 | 146.78 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 221 | 0.10 | 0.21 | 0 | 0.13 | 272.61 | 0.4 | 0.78 |
| Hex | C8 | AF | DD | A | 15 | 0 | D | 111 | 28 | 4E |
| Octal | 310 | 257 | 335 | 12 | 25 | 0 | 15 | 421 | 50 | 116 |
| Binary | 11001000 | 10101111 | 11011101 | 1010 | 10101 | 0 | 1101 | 100010001 | 101000 | 1001110 |
Color Harmonies of #C8AFDD
Complementary color
Monochromatic Colors of #C8AFDD
Black with #C8AFDD
Text Example
Text Example
White with #C8AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AFDD; }
p { color: rgb(200,175,221); }
H1.HeaderClassName
{
color: #C8AFDD;
}
.AnyTagClassName
{
color: #C8AFDD;
}
</style>
background-color css
<style>
a { background-color: #C8AFDD; }
a { background-color: rgb(200,175,221); }
div.DivClassName
{
background-color: #C8AFDD;
}
.BgClassName
{
background-color: #C8AFDD;
}
</style>
border-color css
<style>
span { border-color: #C8AFDD; }
span { border-color: rgb(200,175,221); }
td.TdClassName
{
border-color: #C8AFDD;
}
.TagClassName
{
border-color: #C8AFDD;
}
</style>