Shades of Perfume #CBA8EC
Tints of Perfume #CBA8EC
RGB
CMYK
RGB Variations
Color information
#CBA8EC (or 0xCBA8EC) is known color: Perfume. HEX triplet: CB, A8 and EC. RGB value is (203,168,236). Sum of RGB (Red+Green+Blue) = 203+168+236=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 168 (66.02% from 255 or 27.68% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBA8EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA8EC is #345713. Grayscale: #B9B9B9. Windows color (decimal): -3430164 or 15509707. OLE color: 15509707.
HSL color Cylindrical-coordinate representation of color #CBA8EC: hue angle of 270.88º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBA8EC is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 168 | 236 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.07 |
| HSL | 270.88º | 0.64% | 0.79% | - |
| HSV(B) | 270.88º | 0.29% | 0.93% | - |
| XYZ | 53.77 | 46.76 | 85.55 | - |
| YUV | 186.22 | 156.1 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 236 | 0.14 | 0.29 | 0 | 0.07 | 270.88 | 0.64 | 0.79 |
| Hex | CB | A8 | EC | E | 1D | 0 | 7 | 10F | 40 | 4F |
| Octal | 313 | 250 | 354 | 16 | 35 | 0 | 7 | 417 | 100 | 117 |
| Binary | 11001011 | 10101000 | 11101100 | 1110 | 11101 | 0 | 111 | 100001111 | 1000000 | 1001111 |
Color Harmonies of #CBA8EC
Complementary color
Monochromatic Colors of #CBA8EC
Black with #CBA8EC
Text Example
Text Example
White with #CBA8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA8EC; }
p { color: rgb(203,168,236); }
H1.HeaderClassName
{
color: #CBA8EC;
}
.AnyTagClassName
{
color: #CBA8EC;
}
</style>
background-color css
<style>
a { background-color: #CBA8EC; }
a { background-color: rgb(203,168,236); }
div.DivClassName
{
background-color: #CBA8EC;
}
.BgClassName
{
background-color: #CBA8EC;
}
</style>
border-color css
<style>
span { border-color: #CBA8EC; }
span { border-color: rgb(203,168,236); }
td.TdClassName
{
border-color: #CBA8EC;
}
.TagClassName
{
border-color: #CBA8EC;
}
</style>