Shades of Perfume #CBA9EE
Tints of Perfume #CBA9EE
RGB
CMYK
RGB Variations
Color information
#CBA9EE (or 0xCBA9EE) is known color: Perfume. HEX triplet: CB, A9 and EE. RGB value is (203,169,238). Sum of RGB (Red+Green+Blue) = 203+169+238=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 169 (66.41% from 255 or 27.70% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBA9EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA9EE is #345611. Grayscale: #BABABA. Windows color (decimal): -3429906 or 15641035. OLE color: 15641035.
HSL color Cylindrical-coordinate representation of color #CBA9EE: hue angle of 269.57º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBA9EE is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 169 | 238 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.07 |
| HSL | 269.57º | 0.67% | 0.8% | - |
| HSV(B) | 269.57º | 0.29% | 0.93% | - |
| XYZ | 54.25 | 47.25 | 87.15 | - |
| YUV | 187.03 | 156.76 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 238 | 0.15 | 0.29 | 0 | 0.07 | 269.57 | 0.67 | 0.8 |
| Hex | CB | A9 | EE | F | 1D | 0 | 7 | 10E | 43 | 50 |
| Octal | 313 | 251 | 356 | 17 | 35 | 0 | 7 | 416 | 103 | 120 |
| Binary | 11001011 | 10101001 | 11101110 | 1111 | 11101 | 0 | 111 | 100001110 | 1000011 | 1010000 |
Color Harmonies of #CBA9EE
Complementary color
Monochromatic Colors of #CBA9EE
Black with #CBA9EE
Text Example
Text Example
White with #CBA9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA9EE; }
p { color: rgb(203,169,238); }
H1.HeaderClassName
{
color: #CBA9EE;
}
.AnyTagClassName
{
color: #CBA9EE;
}
</style>
background-color css
<style>
a { background-color: #CBA9EE; }
a { background-color: rgb(203,169,238); }
div.DivClassName
{
background-color: #CBA9EE;
}
.BgClassName
{
background-color: #CBA9EE;
}
</style>
border-color css
<style>
span { border-color: #CBA9EE; }
span { border-color: rgb(203,169,238); }
td.TdClassName
{
border-color: #CBA9EE;
}
.TagClassName
{
border-color: #CBA9EE;
}
</style>