Shades of Perfume #CFB0EB
Tints of Perfume #CFB0EB
RGB
CMYK
RGB Variations
Color information
#CFB0EB (or 0xCFB0EB) is known color: Perfume. HEX triplet: CF, B0 and EB. RGB value is (207,176,235). Sum of RGB (Red+Green+Blue) = 207+176+235=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 176 (69.14% from 255 or 28.48% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #CFB0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFB0EB is #304F14. Grayscale: #BFBFBF. Windows color (decimal): -3165973 or 15446223. OLE color: 15446223.
HSL color Cylindrical-coordinate representation of color #CFB0EB: hue angle of 271.53º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFB0EB is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 176 | 235 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.08 |
| HSL | 271.53º | 0.6% | 0.81% | - |
| HSV(B) | 271.53º | 0.25% | 0.92% | - |
| XYZ | 56.25 | 50.31 | 85.34 | - |
| YUV | 192 | 152.27 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 235 | 0.12 | 0.25 | 0 | 0.08 | 271.53 | 0.6 | 0.81 |
| Hex | CF | B0 | EB | C | 19 | 0 | 8 | 110 | 3C | 51 |
| Octal | 317 | 260 | 353 | 14 | 31 | 0 | 10 | 420 | 74 | 121 |
| Binary | 11001111 | 10110000 | 11101011 | 1100 | 11001 | 0 | 1000 | 100010000 | 111100 | 1010001 |
Color Harmonies of #CFB0EB
Complementary color
Monochromatic Colors of #CFB0EB
Black with #CFB0EB
Text Example
Text Example
White with #CFB0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB0EB; }
p { color: rgb(207,176,235); }
H1.HeaderClassName
{
color: #CFB0EB;
}
.AnyTagClassName
{
color: #CFB0EB;
}
</style>
background-color css
<style>
a { background-color: #CFB0EB; }
a { background-color: rgb(207,176,235); }
div.DivClassName
{
background-color: #CFB0EB;
}
.BgClassName
{
background-color: #CFB0EB;
}
</style>
border-color css
<style>
span { border-color: #CFB0EB; }
span { border-color: rgb(207,176,235); }
td.TdClassName
{
border-color: #CFB0EB;
}
.TagClassName
{
border-color: #CFB0EB;
}
</style>