Shades of Perfume #C8AFEC
Tints of Perfume #C8AFEC
RGB
CMYK
RGB Variations
Color information
#C8AFEC (or 0xC8AFEC) is known color: Perfume. HEX triplet: C8, AF and EC. RGB value is (200,175,236). Sum of RGB (Red+Green+Blue) = 200+175+236=611 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.73% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8AFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8AFEC is #375013. Grayscale: #BDBDBD. Windows color (decimal): -3624980 or 15511496. OLE color: 15511496.
HSL color Cylindrical-coordinate representation of color #C8AFEC: hue angle of 264.59º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8AFEC is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 175 | 236 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.07 |
| HSL | 264.59º | 0.62% | 0.81% | - |
| HSV(B) | 264.59º | 0.26% | 0.93% | - |
| XYZ | 54.29 | 49 | 85.95 | - |
| YUV | 189.43 | 154.28 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 236 | 0.15 | 0.26 | 0 | 0.07 | 264.59 | 0.62 | 0.81 |
| Hex | C8 | AF | EC | F | 1A | 0 | 7 | 109 | 3E | 51 |
| Octal | 310 | 257 | 354 | 17 | 32 | 0 | 7 | 411 | 76 | 121 |
| Binary | 11001000 | 10101111 | 11101100 | 1111 | 11010 | 0 | 111 | 100001001 | 111110 | 1010001 |
Color Harmonies of #C8AFEC
Complementary color
Monochromatic Colors of #C8AFEC
Black with #C8AFEC
Text Example
Text Example
White with #C8AFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AFEC; }
p { color: rgb(200,175,236); }
H1.HeaderClassName
{
color: #C8AFEC;
}
.AnyTagClassName
{
color: #C8AFEC;
}
</style>
background-color css
<style>
a { background-color: #C8AFEC; }
a { background-color: rgb(200,175,236); }
div.DivClassName
{
background-color: #C8AFEC;
}
.BgClassName
{
background-color: #C8AFEC;
}
</style>
border-color css
<style>
span { border-color: #C8AFEC; }
span { border-color: rgb(200,175,236); }
td.TdClassName
{
border-color: #C8AFEC;
}
.TagClassName
{
border-color: #C8AFEC;
}
</style>