Shades of Perfume #CFA9EF
Tints of Perfume #CFA9EF
RGB
CMYK
RGB Variations
Color information
#CFA9EF (or 0xCFA9EF) is known color: Perfume. HEX triplet: CF, A9 and EF. RGB value is (207,169,239). Sum of RGB (Red+Green+Blue) = 207+169+239=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 169 (66.41% from 255 or 27.48% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFA9EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA9EF is #305610. Grayscale: #BCBCBC. Windows color (decimal): -3167761 or 15706575. OLE color: 15706575.
HSL color Cylindrical-coordinate representation of color #CFA9EF: hue angle of 272.57º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFA9EF is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 169 | 239 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.06 |
| HSL | 272.57º | 0.69% | 0.8% | - |
| HSV(B) | 272.57º | 0.29% | 0.94% | - |
| XYZ | 55.5 | 47.87 | 87.98 | - |
| YUV | 188.34 | 156.59 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 239 | 0.13 | 0.29 | 0 | 0.06 | 272.57 | 0.69 | 0.8 |
| Hex | CF | A9 | EF | D | 1D | 0 | 6 | 111 | 45 | 50 |
| Octal | 317 | 251 | 357 | 15 | 35 | 0 | 6 | 421 | 105 | 120 |
| Binary | 11001111 | 10101001 | 11101111 | 1101 | 11101 | 0 | 110 | 100010001 | 1000101 | 1010000 |
Color Harmonies of #CFA9EF
Complementary color
Monochromatic Colors of #CFA9EF
Black with #CFA9EF
Text Example
Text Example
White with #CFA9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA9EF; }
p { color: rgb(207,169,239); }
H1.HeaderClassName
{
color: #CFA9EF;
}
.AnyTagClassName
{
color: #CFA9EF;
}
</style>
background-color css
<style>
a { background-color: #CFA9EF; }
a { background-color: rgb(207,169,239); }
div.DivClassName
{
background-color: #CFA9EF;
}
.BgClassName
{
background-color: #CFA9EF;
}
</style>
border-color css
<style>
span { border-color: #CFA9EF; }
span { border-color: rgb(207,169,239); }
td.TdClassName
{
border-color: #CFA9EF;
}
.TagClassName
{
border-color: #CFA9EF;
}
</style>