Shades of Perfume #CBA9EB
Tints of Perfume #CBA9EB
RGB
CMYK
RGB Variations
Color information
#CBA9EB (or 0xCBA9EB) is known color: Perfume. HEX triplet: CB, A9 and EB. RGB value is (203,169,235). Sum of RGB (Red+Green+Blue) = 203+169+235=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 169 (66.41% from 255 or 27.84% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #CBA9EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA9EB is #345614. Grayscale: #BABABA. Windows color (decimal): -3429909 or 15444427. OLE color: 15444427.
HSL color Cylindrical-coordinate representation of color #CBA9EB: hue angle of 270.91º degrees, saturation: 0.62, 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 #CBA9EB is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 169 | 235 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.08 |
| HSL | 270.91º | 0.62% | 0.79% | - |
| HSV(B) | 270.91º | 0.28% | 0.92% | - |
| XYZ | 53.81 | 47.07 | 84.85 | - |
| YUV | 186.69 | 155.26 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 235 | 0.14 | 0.28 | 0 | 0.08 | 270.91 | 0.62 | 0.79 |
| Hex | CB | A9 | EB | E | 1C | 0 | 8 | 10F | 3E | 4F |
| Octal | 313 | 251 | 353 | 16 | 34 | 0 | 10 | 417 | 76 | 117 |
| Binary | 11001011 | 10101001 | 11101011 | 1110 | 11100 | 0 | 1000 | 100001111 | 111110 | 1001111 |
Color Harmonies of #CBA9EB
Complementary color
Monochromatic Colors of #CBA9EB
Black with #CBA9EB
Text Example
Text Example
White with #CBA9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA9EB; }
p { color: rgb(203,169,235); }
H1.HeaderClassName
{
color: #CBA9EB;
}
.AnyTagClassName
{
color: #CBA9EB;
}
</style>
background-color css
<style>
a { background-color: #CBA9EB; }
a { background-color: rgb(203,169,235); }
div.DivClassName
{
background-color: #CBA9EB;
}
.BgClassName
{
background-color: #CBA9EB;
}
</style>
border-color css
<style>
span { border-color: #CBA9EB; }
span { border-color: rgb(203,169,235); }
td.TdClassName
{
border-color: #CBA9EB;
}
.TagClassName
{
border-color: #CBA9EB;
}
</style>