Shades of Perfume #CBA9EA
Tints of Perfume #CBA9EA
RGB
CMYK
RGB Variations
Color information
#CBA9EA (or 0xCBA9EA) is known color: Perfume. HEX triplet: CB, A9 and EA. RGB value is (203,169,234). Sum of RGB (Red+Green+Blue) = 203+169+234=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 169 (66.41% from 255 or 27.89% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBA9EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA9EA is #345615. Grayscale: #BABABA. Windows color (decimal): -3429910 or 15378891. OLE color: 15378891.
HSL color Cylindrical-coordinate representation of color #CBA9EA: hue angle of 271.38º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBA9EA is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 169 | 234 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.08 |
| HSL | 271.38º | 0.61% | 0.79% | - |
| HSV(B) | 271.38º | 0.28% | 0.92% | - |
| XYZ | 53.67 | 47.01 | 84.09 | - |
| YUV | 186.58 | 154.76 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 234 | 0.13 | 0.28 | 0 | 0.08 | 271.38 | 0.61 | 0.79 |
| Hex | CB | A9 | EA | D | 1C | 0 | 8 | 10F | 3D | 4F |
| Octal | 313 | 251 | 352 | 15 | 34 | 0 | 10 | 417 | 75 | 117 |
| Binary | 11001011 | 10101001 | 11101010 | 1101 | 11100 | 0 | 1000 | 100001111 | 111101 | 1001111 |
Color Harmonies of #CBA9EA
Complementary color
Monochromatic Colors of #CBA9EA
Black with #CBA9EA
Text Example
Text Example
White with #CBA9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA9EA; }
p { color: rgb(203,169,234); }
H1.HeaderClassName
{
color: #CBA9EA;
}
.AnyTagClassName
{
color: #CBA9EA;
}
</style>
background-color css
<style>
a { background-color: #CBA9EA; }
a { background-color: rgb(203,169,234); }
div.DivClassName
{
background-color: #CBA9EA;
}
.BgClassName
{
background-color: #CBA9EA;
}
</style>
border-color css
<style>
span { border-color: #CBA9EA; }
span { border-color: rgb(203,169,234); }
td.TdClassName
{
border-color: #CBA9EA;
}
.TagClassName
{
border-color: #CBA9EA;
}
</style>