Shades of Perfume #CFAFE8
Tints of Perfume #CFAFE8
RGB
CMYK
RGB Variations
Color information
#CFAFE8 (or 0xCFAFE8) is known color: Perfume. HEX triplet: CF, AF and E8. RGB value is (207,175,232). Sum of RGB (Red+Green+Blue) = 207+175+232=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 175 (68.75% from 255 or 28.50% from 614); Blue value is 232 (91.02% from 255 or 37.79% from 614); Max value from RGB is 232 - color contains mainly: blue. Hex color #CFAFE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAFE8 is #305017. Grayscale: #BEBEBE. Windows color (decimal): -3166232 or 15249359. OLE color: 15249359.
HSL color Cylindrical-coordinate representation of color #CFAFE8: hue angle of 273.68º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFAFE8 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 175 | 232 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.09 |
| HSL | 273.68º | 0.55% | 0.8% | - |
| HSV(B) | 273.68º | 0.25% | 0.91% | - |
| XYZ | 55.63 | 49.75 | 83.02 | - |
| YUV | 191.07 | 151.1 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 232 | 0.11 | 0.25 | 0 | 0.09 | 273.68 | 0.55 | 0.8 |
| Hex | CF | AF | E8 | B | 19 | 0 | 9 | 112 | 37 | 50 |
| Octal | 317 | 257 | 350 | 13 | 31 | 0 | 11 | 422 | 67 | 120 |
| Binary | 11001111 | 10101111 | 11101000 | 1011 | 11001 | 0 | 1001 | 100010010 | 110111 | 1010000 |
Color Harmonies of #CFAFE8
Complementary color
Monochromatic Colors of #CFAFE8
Black with #CFAFE8
Text Example
Text Example
White with #CFAFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAFE8; }
p { color: rgb(207,175,232); }
H1.HeaderClassName
{
color: #CFAFE8;
}
.AnyTagClassName
{
color: #CFAFE8;
}
</style>
background-color css
<style>
a { background-color: #CFAFE8; }
a { background-color: rgb(207,175,232); }
div.DivClassName
{
background-color: #CFAFE8;
}
.BgClassName
{
background-color: #CFAFE8;
}
</style>
border-color css
<style>
span { border-color: #CFAFE8; }
span { border-color: rgb(207,175,232); }
td.TdClassName
{
border-color: #CFAFE8;
}
.TagClassName
{
border-color: #CFAFE8;
}
</style>