Shades of Perfume #CFB3E9
Tints of Perfume #CFB3E9
RGB
CMYK
RGB Variations
Color information
#CFB3E9 (or 0xCFB3E9) is known color: Perfume. HEX triplet: CF, B3 and E9. RGB value is (207,179,233). Sum of RGB (Red+Green+Blue) = 207+179+233=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 179 (70.31% from 255 or 28.92% from 619); Blue value is 233 (91.41% from 255 or 37.64% from 619); Max value from RGB is 233 - color contains mainly: blue. Hex color #CFB3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB3E9 is #304C16. Grayscale: #C1C1C1. Windows color (decimal): -3165207 or 15315919. OLE color: 15315919.
HSL color Cylindrical-coordinate representation of color #CFB3E9: hue angle of 271.11º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFB3E9 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 179 | 233 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.09 |
| HSL | 271.11º | 0.55% | 0.81% | - |
| HSV(B) | 271.11º | 0.23% | 0.91% | - |
| XYZ | 56.56 | 51.39 | 84.03 | - |
| YUV | 193.53 | 150.28 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 233 | 0.11 | 0.23 | 0 | 0.09 | 271.11 | 0.55 | 0.81 |
| Hex | CF | B3 | E9 | B | 17 | 0 | 9 | 10F | 37 | 51 |
| Octal | 317 | 263 | 351 | 13 | 27 | 0 | 11 | 417 | 67 | 121 |
| Binary | 11001111 | 10110011 | 11101001 | 1011 | 10111 | 0 | 1001 | 100001111 | 110111 | 1010001 |
Color Harmonies of #CFB3E9
Complementary color
Monochromatic Colors of #CFB3E9
Black with #CFB3E9
Text Example
Text Example
White with #CFB3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB3E9; }
p { color: rgb(207,179,233); }
H1.HeaderClassName
{
color: #CFB3E9;
}
.AnyTagClassName
{
color: #CFB3E9;
}
</style>
background-color css
<style>
a { background-color: #CFB3E9; }
a { background-color: rgb(207,179,233); }
div.DivClassName
{
background-color: #CFB3E9;
}
.BgClassName
{
background-color: #CFB3E9;
}
</style>
border-color css
<style>
span { border-color: #CFB3E9; }
span { border-color: rgb(207,179,233); }
td.TdClassName
{
border-color: #CFB3E9;
}
.TagClassName
{
border-color: #CFB3E9;
}
</style>