Shades of Perfume #CFB3E8
Tints of Perfume #CFB3E8
RGB
CMYK
RGB Variations
Color information
#CFB3E8 (or 0xCFB3E8) is known color: Perfume. HEX triplet: CF, B3 and E8. RGB value is (207,179,232). Sum of RGB (Red+Green+Blue) = 207+179+232=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 179 (70.31% from 255 or 28.96% from 618); Blue value is 232 (91.02% from 255 or 37.54% from 618); Max value from RGB is 232 - color contains mainly: blue. Hex color #CFB3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB3E8 is #304C17. Grayscale: #C1C1C1. Windows color (decimal): -3165208 or 15250383. OLE color: 15250383.
HSL color Cylindrical-coordinate representation of color #CFB3E8: hue angle of 271.7º degrees, saturation: 0.54, 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 #CFB3E8 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 179 | 232 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.09 |
| HSL | 271.7º | 0.54% | 0.81% | - |
| HSV(B) | 271.7º | 0.23% | 0.91% | - |
| XYZ | 56.42 | 51.33 | 83.28 | - |
| YUV | 193.41 | 149.78 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 232 | 0.11 | 0.23 | 0 | 0.09 | 271.7 | 0.54 | 0.81 |
| Hex | CF | B3 | E8 | B | 17 | 0 | 9 | 110 | 36 | 51 |
| Octal | 317 | 263 | 350 | 13 | 27 | 0 | 11 | 420 | 66 | 121 |
| Binary | 11001111 | 10110011 | 11101000 | 1011 | 10111 | 0 | 1001 | 100010000 | 110110 | 1010001 |
Color Harmonies of #CFB3E8
Complementary color
Monochromatic Colors of #CFB3E8
Black with #CFB3E8
Text Example
Text Example
White with #CFB3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB3E8; }
p { color: rgb(207,179,232); }
H1.HeaderClassName
{
color: #CFB3E8;
}
.AnyTagClassName
{
color: #CFB3E8;
}
</style>
background-color css
<style>
a { background-color: #CFB3E8; }
a { background-color: rgb(207,179,232); }
div.DivClassName
{
background-color: #CFB3E8;
}
.BgClassName
{
background-color: #CFB3E8;
}
</style>
border-color css
<style>
span { border-color: #CFB3E8; }
span { border-color: rgb(207,179,232); }
td.TdClassName
{
border-color: #CFB3E8;
}
.TagClassName
{
border-color: #CFB3E8;
}
</style>