Shades of Perfume #CFAAEF
Tints of Perfume #CFAAEF
RGB
CMYK
RGB Variations
Color information
#CFAAEF (or 0xCFAAEF) is known color: Perfume. HEX triplet: CF, AA and EF. RGB value is (207,170,239). Sum of RGB (Red+Green+Blue) = 207+170+239=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 170 (66.80% from 255 or 27.60% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFAAEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAAEF is #305510. Grayscale: #BCBCBC. Windows color (decimal): -3167505 or 15706831. OLE color: 15706831.
HSL color Cylindrical-coordinate representation of color #CFAAEF: hue angle of 272.17º degrees, saturation: 0.68, 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 #CFAAEF is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 170 | 239 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.06 |
| HSL | 272.17º | 0.68% | 0.8% | - |
| HSV(B) | 272.17º | 0.29% | 0.94% | - |
| XYZ | 55.69 | 48.25 | 88.04 | - |
| YUV | 188.93 | 156.26 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 239 | 0.13 | 0.29 | 0 | 0.06 | 272.17 | 0.68 | 0.8 |
| Hex | CF | AA | EF | D | 1D | 0 | 6 | 110 | 44 | 50 |
| Octal | 317 | 252 | 357 | 15 | 35 | 0 | 6 | 420 | 104 | 120 |
| Binary | 11001111 | 10101010 | 11101111 | 1101 | 11101 | 0 | 110 | 100010000 | 1000100 | 1010000 |
Color Harmonies of #CFAAEF
Complementary color
Monochromatic Colors of #CFAAEF
Black with #CFAAEF
Text Example
Text Example
White with #CFAAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAAEF; }
p { color: rgb(207,170,239); }
H1.HeaderClassName
{
color: #CFAAEF;
}
.AnyTagClassName
{
color: #CFAAEF;
}
</style>
background-color css
<style>
a { background-color: #CFAAEF; }
a { background-color: rgb(207,170,239); }
div.DivClassName
{
background-color: #CFAAEF;
}
.BgClassName
{
background-color: #CFAAEF;
}
</style>
border-color css
<style>
span { border-color: #CFAAEF; }
span { border-color: rgb(207,170,239); }
td.TdClassName
{
border-color: #CFAAEF;
}
.TagClassName
{
border-color: #CFAAEF;
}
</style>