Shades of Perfume #CFB2E9
Tints of Perfume #CFB2E9
RGB
CMYK
RGB Variations
Color information
#CFB2E9 (or 0xCFB2E9) is known color: Perfume. HEX triplet: CF, B2 and E9. RGB value is (207,178,233). Sum of RGB (Red+Green+Blue) = 207+178+233=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 178 (69.92% from 255 or 28.80% from 618); Blue value is 233 (91.41% from 255 or 37.70% from 618); Max value from RGB is 233 - color contains mainly: blue. Hex color #CFB2E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFB2E9 is #304D16. Grayscale: #C0C0C0. Windows color (decimal): -3165463 or 15315663. OLE color: 15315663.
HSL color Cylindrical-coordinate representation of color #CFB2E9: hue angle of 271.64º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFB2E9 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 178 | 233 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.09 |
| HSL | 271.64º | 0.56% | 0.81% | - |
| HSV(B) | 271.64º | 0.24% | 0.91% | - |
| XYZ | 56.36 | 50.99 | 83.96 | - |
| YUV | 192.94 | 150.61 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 233 | 0.11 | 0.24 | 0 | 0.09 | 271.64 | 0.56 | 0.81 |
| Hex | CF | B2 | E9 | B | 18 | 0 | 9 | 110 | 38 | 51 |
| Octal | 317 | 262 | 351 | 13 | 30 | 0 | 11 | 420 | 70 | 121 |
| Binary | 11001111 | 10110010 | 11101001 | 1011 | 11000 | 0 | 1001 | 100010000 | 111000 | 1010001 |
Color Harmonies of #CFB2E9
Complementary color
Monochromatic Colors of #CFB2E9
Black with #CFB2E9
Text Example
Text Example
White with #CFB2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB2E9; }
p { color: rgb(207,178,233); }
H1.HeaderClassName
{
color: #CFB2E9;
}
.AnyTagClassName
{
color: #CFB2E9;
}
</style>
background-color css
<style>
a { background-color: #CFB2E9; }
a { background-color: rgb(207,178,233); }
div.DivClassName
{
background-color: #CFB2E9;
}
.BgClassName
{
background-color: #CFB2E9;
}
</style>
border-color css
<style>
span { border-color: #CFB2E9; }
span { border-color: rgb(207,178,233); }
td.TdClassName
{
border-color: #CFB2E9;
}
.TagClassName
{
border-color: #CFB2E9;
}
</style>