Shades of Perfume #CEB0EF
Tints of Perfume #CEB0EF
RGB
CMYK
RGB Variations
Color information
#CEB0EF (or 0xCEB0EF) is known color: Perfume. HEX triplet: CE, B0 and EF. RGB value is (206,176,239). Sum of RGB (Red+Green+Blue) = 206+176+239=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 176 (69.14% from 255 or 28.34% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #CEB0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEB0EF is #314F10. Grayscale: #BFBFBF. Windows color (decimal): -3231505 or 15708366. OLE color: 15708366.
HSL color Cylindrical-coordinate representation of color #CEB0EF: hue angle of 268.57º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEB0EF is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 176 | 239 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.06 |
| HSL | 268.57º | 0.66% | 0.81% | - |
| HSV(B) | 268.57º | 0.26% | 0.94% | - |
| XYZ | 56.56 | 50.4 | 88.41 | - |
| YUV | 192.15 | 154.44 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 239 | 0.14 | 0.26 | 0 | 0.06 | 268.57 | 0.66 | 0.81 |
| Hex | CE | B0 | EF | E | 1A | 0 | 6 | 10D | 42 | 51 |
| Octal | 316 | 260 | 357 | 16 | 32 | 0 | 6 | 415 | 102 | 121 |
| Binary | 11001110 | 10110000 | 11101111 | 1110 | 11010 | 0 | 110 | 100001101 | 1000010 | 1010001 |
Color Harmonies of #CEB0EF
Complementary color
Monochromatic Colors of #CEB0EF
Black with #CEB0EF
Text Example
Text Example
White with #CEB0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB0EF; }
p { color: rgb(206,176,239); }
H1.HeaderClassName
{
color: #CEB0EF;
}
.AnyTagClassName
{
color: #CEB0EF;
}
</style>
background-color css
<style>
a { background-color: #CEB0EF; }
a { background-color: rgb(206,176,239); }
div.DivClassName
{
background-color: #CEB0EF;
}
.BgClassName
{
background-color: #CEB0EF;
}
</style>
border-color css
<style>
span { border-color: #CEB0EF; }
span { border-color: rgb(206,176,239); }
td.TdClassName
{
border-color: #CEB0EF;
}
.TagClassName
{
border-color: #CEB0EF;
}
</style>