Shades of Perfume #CFB0E9
Tints of Perfume #CFB0E9
RGB
CMYK
RGB Variations
Color information
#CFB0E9 (or 0xCFB0E9) is known color: Perfume. HEX triplet: CF, B0 and E9. RGB value is (207,176,233). Sum of RGB (Red+Green+Blue) = 207+176+233=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 176 (69.14% from 255 or 28.57% from 616); Blue value is 233 (91.41% from 255 or 37.82% from 616); Max value from RGB is 233 - color contains mainly: blue. Hex color #CFB0E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFB0E9 is #304F16. Grayscale: #BFBFBF. Windows color (decimal): -3165975 or 15315151. OLE color: 15315151.
HSL color Cylindrical-coordinate representation of color #CFB0E9: hue angle of 272.63º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFB0E9 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 176 | 233 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.09 |
| HSL | 272.63º | 0.56% | 0.8% | - |
| HSV(B) | 272.63º | 0.24% | 0.91% | - |
| XYZ | 55.97 | 50.2 | 83.83 | - |
| YUV | 191.77 | 151.27 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 233 | 0.11 | 0.24 | 0 | 0.09 | 272.63 | 0.56 | 0.8 |
| Hex | CF | B0 | E9 | B | 18 | 0 | 9 | 111 | 38 | 50 |
| Octal | 317 | 260 | 351 | 13 | 30 | 0 | 11 | 421 | 70 | 120 |
| Binary | 11001111 | 10110000 | 11101001 | 1011 | 11000 | 0 | 1001 | 100010001 | 111000 | 1010000 |
Color Harmonies of #CFB0E9
Complementary color
Monochromatic Colors of #CFB0E9
Black with #CFB0E9
Text Example
Text Example
White with #CFB0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB0E9; }
p { color: rgb(207,176,233); }
H1.HeaderClassName
{
color: #CFB0E9;
}
.AnyTagClassName
{
color: #CFB0E9;
}
</style>
background-color css
<style>
a { background-color: #CFB0E9; }
a { background-color: rgb(207,176,233); }
div.DivClassName
{
background-color: #CFB0E9;
}
.BgClassName
{
background-color: #CFB0E9;
}
</style>
border-color css
<style>
span { border-color: #CFB0E9; }
span { border-color: rgb(207,176,233); }
td.TdClassName
{
border-color: #CFB0E9;
}
.TagClassName
{
border-color: #CFB0E9;
}
</style>