Shades of Perfume #CFA8EF
Tints of Perfume #CFA8EF
RGB
CMYK
RGB Variations
Color information
#CFA8EF (or 0xCFA8EF) is known color: Perfume. HEX triplet: CF, A8 and EF. RGB value is (207,168,239). Sum of RGB (Red+Green+Blue) = 207+168+239=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 168 (66.02% from 255 or 27.36% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFA8EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA8EF is #305710. Grayscale: #BBBBBB. Windows color (decimal): -3168017 or 15706319. OLE color: 15706319.
HSL color Cylindrical-coordinate representation of color #CFA8EF: hue angle of 272.96º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFA8EF is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 168 | 239 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.06 |
| HSL | 272.96º | 0.69% | 0.8% | - |
| HSV(B) | 272.96º | 0.3% | 0.94% | - |
| XYZ | 55.31 | 47.5 | 87.91 | - |
| YUV | 187.76 | 156.92 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 239 | 0.13 | 0.30 | 0 | 0.06 | 272.96 | 0.69 | 0.8 |
| Hex | CF | A8 | EF | D | 1E | 0 | 6 | 111 | 45 | 50 |
| Octal | 317 | 250 | 357 | 15 | 36 | 0 | 6 | 421 | 105 | 120 |
| Binary | 11001111 | 10101000 | 11101111 | 1101 | 11110 | 0 | 110 | 100010001 | 1000101 | 1010000 |
Color Harmonies of #CFA8EF
Complementary color
Monochromatic Colors of #CFA8EF
Black with #CFA8EF
Text Example
Text Example
White with #CFA8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA8EF; }
p { color: rgb(207,168,239); }
H1.HeaderClassName
{
color: #CFA8EF;
}
.AnyTagClassName
{
color: #CFA8EF;
}
</style>
background-color css
<style>
a { background-color: #CFA8EF; }
a { background-color: rgb(207,168,239); }
div.DivClassName
{
background-color: #CFA8EF;
}
.BgClassName
{
background-color: #CFA8EF;
}
</style>
border-color css
<style>
span { border-color: #CFA8EF; }
span { border-color: rgb(207,168,239); }
td.TdClassName
{
border-color: #CFA8EF;
}
.TagClassName
{
border-color: #CFA8EF;
}
</style>