Shades of Perfume #CFACEF
Tints of Perfume #CFACEF
RGB
CMYK
RGB Variations
Color information
#CFACEF (or 0xCFACEF) is known color: Perfume. HEX triplet: CF, AC and EF. RGB value is (207,172,239). Sum of RGB (Red+Green+Blue) = 207+172+239=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFACEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFACEF is #305310. Grayscale: #BDBDBD. Windows color (decimal): -3166993 or 15707343. OLE color: 15707343.
HSL color Cylindrical-coordinate representation of color #CFACEF: hue angle of 271.34º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFACEF is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 172 | 239 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.06 |
| HSL | 271.34º | 0.68% | 0.81% | - |
| HSV(B) | 271.34º | 0.28% | 0.94% | - |
| XYZ | 56.06 | 49 | 88.16 | - |
| YUV | 190.1 | 155.6 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 239 | 0.13 | 0.28 | 0 | 0.06 | 271.34 | 0.68 | 0.81 |
| Hex | CF | AC | EF | D | 1C | 0 | 6 | 10F | 44 | 51 |
| Octal | 317 | 254 | 357 | 15 | 34 | 0 | 6 | 417 | 104 | 121 |
| Binary | 11001111 | 10101100 | 11101111 | 1101 | 11100 | 0 | 110 | 100001111 | 1000100 | 1010001 |
Color Harmonies of #CFACEF
Complementary color
Monochromatic Colors of #CFACEF
Black with #CFACEF
Text Example
Text Example
White with #CFACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFACEF; }
p { color: rgb(207,172,239); }
H1.HeaderClassName
{
color: #CFACEF;
}
.AnyTagClassName
{
color: #CFACEF;
}
</style>
background-color css
<style>
a { background-color: #CFACEF; }
a { background-color: rgb(207,172,239); }
div.DivClassName
{
background-color: #CFACEF;
}
.BgClassName
{
background-color: #CFACEF;
}
</style>
border-color css
<style>
span { border-color: #CFACEF; }
span { border-color: rgb(207,172,239); }
td.TdClassName
{
border-color: #CFACEF;
}
.TagClassName
{
border-color: #CFACEF;
}
</style>