Shades of Perfume #CFAAED
Tints of Perfume #CFAAED
RGB
CMYK
RGB Variations
Color information
#CFAAED (or 0xCFAAED) is known color: Perfume. HEX triplet: CF, AA and ED. RGB value is (207,170,237). Sum of RGB (Red+Green+Blue) = 207+170+237=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFAAED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAAED is #305512. Grayscale: #BCBCBC. Windows color (decimal): -3167507 or 15575759. OLE color: 15575759.
HSL color Cylindrical-coordinate representation of color #CFAAED: hue angle of 273.13º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFAAED is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 170 | 237 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.07 |
| HSL | 273.13º | 0.65% | 0.8% | - |
| HSV(B) | 273.13º | 0.28% | 0.93% | - |
| XYZ | 55.39 | 48.13 | 86.49 | - |
| YUV | 188.7 | 155.26 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 237 | 0.13 | 0.28 | 0 | 0.07 | 273.13 | 0.65 | 0.8 |
| Hex | CF | AA | ED | D | 1C | 0 | 7 | 111 | 41 | 50 |
| Octal | 317 | 252 | 355 | 15 | 34 | 0 | 7 | 421 | 101 | 120 |
| Binary | 11001111 | 10101010 | 11101101 | 1101 | 11100 | 0 | 111 | 100010001 | 1000001 | 1010000 |
Color Harmonies of #CFAAED
Complementary color
Monochromatic Colors of #CFAAED
Black with #CFAAED
Text Example
Text Example
White with #CFAAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAAED; }
p { color: rgb(207,170,237); }
H1.HeaderClassName
{
color: #CFAAED;
}
.AnyTagClassName
{
color: #CFAAED;
}
</style>
background-color css
<style>
a { background-color: #CFAAED; }
a { background-color: rgb(207,170,237); }
div.DivClassName
{
background-color: #CFAAED;
}
.BgClassName
{
background-color: #CFAAED;
}
</style>
border-color css
<style>
span { border-color: #CFAAED; }
span { border-color: rgb(207,170,237); }
td.TdClassName
{
border-color: #CFAAED;
}
.TagClassName
{
border-color: #CFAAED;
}
</style>