Shades of Perfume #CFAFE5
Tints of Perfume #CFAFE5
RGB
CMYK
RGB Variations
Color information
#CFAFE5 (or 0xCFAFE5) is known color: Perfume. HEX triplet: CF, AF and E5. RGB value is (207,175,229). Sum of RGB (Red+Green+Blue) = 207+175+229=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 229 (89.84% from 255 or 37.48% from 611); Max value from RGB is 229 - color contains mainly: blue. Hex color #CFAFE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFE5 is #30501A. Grayscale: #BEBEBE. Windows color (decimal): -3166235 or 15052751. OLE color: 15052751.
HSL color Cylindrical-coordinate representation of color #CFAFE5: hue angle of 275.56º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFAFE5 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 175 | 229 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.10 |
| HSL | 275.56º | 0.51% | 0.79% | - |
| HSV(B) | 275.56º | 0.24% | 0.9% | - |
| XYZ | 55.2 | 49.58 | 80.79 | - |
| YUV | 190.72 | 149.6 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 229 | 0.10 | 0.24 | 0 | 0.10 | 275.56 | 0.51 | 0.79 |
| Hex | CF | AF | E5 | A | 18 | 0 | A | 114 | 33 | 4F |
| Octal | 317 | 257 | 345 | 12 | 30 | 0 | 12 | 424 | 63 | 117 |
| Binary | 11001111 | 10101111 | 11100101 | 1010 | 11000 | 0 | 1010 | 100010100 | 110011 | 1001111 |
Color Harmonies of #CFAFE5
Complementary color
Monochromatic Colors of #CFAFE5
Black with #CFAFE5
Text Example
Text Example
White with #CFAFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAFE5; }
p { color: rgb(207,175,229); }
H1.HeaderClassName
{
color: #CFAFE5;
}
.AnyTagClassName
{
color: #CFAFE5;
}
</style>
background-color css
<style>
a { background-color: #CFAFE5; }
a { background-color: rgb(207,175,229); }
div.DivClassName
{
background-color: #CFAFE5;
}
.BgClassName
{
background-color: #CFAFE5;
}
</style>
border-color css
<style>
span { border-color: #CFAFE5; }
span { border-color: rgb(207,175,229); }
td.TdClassName
{
border-color: #CFAFE5;
}
.TagClassName
{
border-color: #CFAFE5;
}
</style>