Shades of Perfume #CEB0EA
Tints of Perfume #CEB0EA
RGB
CMYK
RGB Variations
Color information
#CEB0EA (or 0xCEB0EA) is known color: Perfume. HEX triplet: CE, B0 and EA. RGB value is (206,176,234). Sum of RGB (Red+Green+Blue) = 206+176+234=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 176 (69.14% from 255 or 28.57% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #CEB0EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEB0EA is #314F15. Grayscale: #BFBFBF. Windows color (decimal): -3231510 or 15380686. OLE color: 15380686.
HSL color Cylindrical-coordinate representation of color #CEB0EA: hue angle of 271.03º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEB0EA is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 176 | 234 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.08 |
| HSL | 271.03º | 0.58% | 0.8% | - |
| HSV(B) | 271.03º | 0.25% | 0.92% | - |
| XYZ | 55.83 | 50.11 | 84.57 | - |
| YUV | 191.58 | 151.94 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 234 | 0.12 | 0.25 | 0 | 0.08 | 271.03 | 0.58 | 0.8 |
| Hex | CE | B0 | EA | C | 19 | 0 | 8 | 10F | 3A | 50 |
| Octal | 316 | 260 | 352 | 14 | 31 | 0 | 10 | 417 | 72 | 120 |
| Binary | 11001110 | 10110000 | 11101010 | 1100 | 11001 | 0 | 1000 | 100001111 | 111010 | 1010000 |
Color Harmonies of #CEB0EA
Complementary color
Monochromatic Colors of #CEB0EA
Black with #CEB0EA
Text Example
Text Example
White with #CEB0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB0EA; }
p { color: rgb(206,176,234); }
H1.HeaderClassName
{
color: #CEB0EA;
}
.AnyTagClassName
{
color: #CEB0EA;
}
</style>
background-color css
<style>
a { background-color: #CEB0EA; }
a { background-color: rgb(206,176,234); }
div.DivClassName
{
background-color: #CEB0EA;
}
.BgClassName
{
background-color: #CEB0EA;
}
</style>
border-color css
<style>
span { border-color: #CEB0EA; }
span { border-color: rgb(206,176,234); }
td.TdClassName
{
border-color: #CEB0EA;
}
.TagClassName
{
border-color: #CEB0EA;
}
</style>