Shades of Perfume #CBA7ED
Tints of Perfume #CBA7ED
RGB
CMYK
RGB Variations
Color information
#CBA7ED (or 0xCBA7ED) is known color: Perfume. HEX triplet: CB, A7 and ED. RGB value is (203,167,237). Sum of RGB (Red+Green+Blue) = 203+167+237=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 167 (65.62% from 255 or 27.51% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBA7ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA7ED is #345812. Grayscale: #B9B9B9. Windows color (decimal): -3430419 or 15574987. OLE color: 15574987.
HSL color Cylindrical-coordinate representation of color #CBA7ED: hue angle of 270.86º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBA7ED is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 167 | 237 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.07 |
| HSL | 270.86º | 0.66% | 0.79% | - |
| HSV(B) | 270.86º | 0.3% | 0.93% | - |
| XYZ | 53.73 | 46.45 | 86.25 | - |
| YUV | 185.74 | 156.93 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 237 | 0.14 | 0.30 | 0 | 0.07 | 270.86 | 0.66 | 0.79 |
| Hex | CB | A7 | ED | E | 1E | 0 | 7 | 10F | 42 | 4F |
| Octal | 313 | 247 | 355 | 16 | 36 | 0 | 7 | 417 | 102 | 117 |
| Binary | 11001011 | 10100111 | 11101101 | 1110 | 11110 | 0 | 111 | 100001111 | 1000010 | 1001111 |
Color Harmonies of #CBA7ED
Complementary color
Monochromatic Colors of #CBA7ED
Black with #CBA7ED
Text Example
Text Example
White with #CBA7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA7ED; }
p { color: rgb(203,167,237); }
H1.HeaderClassName
{
color: #CBA7ED;
}
.AnyTagClassName
{
color: #CBA7ED;
}
</style>
background-color css
<style>
a { background-color: #CBA7ED; }
a { background-color: rgb(203,167,237); }
div.DivClassName
{
background-color: #CBA7ED;
}
.BgClassName
{
background-color: #CBA7ED;
}
</style>
border-color css
<style>
span { border-color: #CBA7ED; }
span { border-color: rgb(203,167,237); }
td.TdClassName
{
border-color: #CBA7ED;
}
.TagClassName
{
border-color: #CBA7ED;
}
</style>