Shades of Perfume #CBA9EF
Tints of Perfume #CBA9EF
RGB
CMYK
RGB Variations
Color information
#CBA9EF (or 0xCBA9EF) is known color: Perfume. HEX triplet: CB, A9 and EF. RGB value is (203,169,239). Sum of RGB (Red+Green+Blue) = 203+169+239=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 169 (66.41% from 255 or 27.66% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBA9EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA9EF is #345610. Grayscale: #BABABA. Windows color (decimal): -3429905 or 15706571. OLE color: 15706571.
HSL color Cylindrical-coordinate representation of color #CBA9EF: hue angle of 269.14º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBA9EF is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 169 | 239 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.06 |
| HSL | 269.14º | 0.69% | 0.8% | - |
| HSV(B) | 269.14º | 0.29% | 0.94% | - |
| XYZ | 54.4 | 47.3 | 87.93 | - |
| YUV | 187.15 | 157.26 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 239 | 0.15 | 0.29 | 0 | 0.06 | 269.14 | 0.69 | 0.8 |
| Hex | CB | A9 | EF | F | 1D | 0 | 6 | 10D | 45 | 50 |
| Octal | 313 | 251 | 357 | 17 | 35 | 0 | 6 | 415 | 105 | 120 |
| Binary | 11001011 | 10101001 | 11101111 | 1111 | 11101 | 0 | 110 | 100001101 | 1000101 | 1010000 |
Color Harmonies of #CBA9EF
Complementary color
Monochromatic Colors of #CBA9EF
Black with #CBA9EF
Text Example
Text Example
White with #CBA9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA9EF; }
p { color: rgb(203,169,239); }
H1.HeaderClassName
{
color: #CBA9EF;
}
.AnyTagClassName
{
color: #CBA9EF;
}
</style>
background-color css
<style>
a { background-color: #CBA9EF; }
a { background-color: rgb(203,169,239); }
div.DivClassName
{
background-color: #CBA9EF;
}
.BgClassName
{
background-color: #CBA9EF;
}
</style>
border-color css
<style>
span { border-color: #CBA9EF; }
span { border-color: rgb(203,169,239); }
td.TdClassName
{
border-color: #CBA9EF;
}
.TagClassName
{
border-color: #CBA9EF;
}
</style>