Shades of Perfume #CBA3EE
Tints of Perfume #CBA3EE
RGB
CMYK
RGB Variations
Color information
#CBA3EE (or 0xCBA3EE) is known color: Perfume. HEX triplet: CB, A3 and EE. RGB value is (203,163,238). Sum of RGB (Red+Green+Blue) = 203+163+238=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 163 (64.06% from 255 or 26.99% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBA3EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA3EE is #345C11. Grayscale: #B7B7B7. Windows color (decimal): -3431442 or 15639499. OLE color: 15639499.
HSL color Cylindrical-coordinate representation of color #CBA3EE: hue angle of 272º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBA3EE is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 163 | 238 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.07 |
| HSL | 272º | 0.69% | 0.79% | - |
| HSV(B) | 272º | 0.32% | 0.93% | - |
| XYZ | 53.16 | 45.06 | 86.79 | - |
| YUV | 183.51 | 158.75 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 238 | 0.15 | 0.32 | 0 | 0.07 | 272 | 0.69 | 0.79 |
| Hex | CB | A3 | EE | F | 20 | 0 | 7 | 110 | 45 | 4F |
| Octal | 313 | 243 | 356 | 17 | 40 | 0 | 7 | 420 | 105 | 117 |
| Binary | 11001011 | 10100011 | 11101110 | 1111 | 100000 | 0 | 111 | 100010000 | 1000101 | 1001111 |
Color Harmonies of #CBA3EE
Complementary color
Monochromatic Colors of #CBA3EE
Black with #CBA3EE
Text Example
Text Example
White with #CBA3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA3EE; }
p { color: rgb(203,163,238); }
H1.HeaderClassName
{
color: #CBA3EE;
}
.AnyTagClassName
{
color: #CBA3EE;
}
</style>
background-color css
<style>
a { background-color: #CBA3EE; }
a { background-color: rgb(203,163,238); }
div.DivClassName
{
background-color: #CBA3EE;
}
.BgClassName
{
background-color: #CBA3EE;
}
</style>
border-color css
<style>
span { border-color: #CBA3EE; }
span { border-color: rgb(203,163,238); }
td.TdClassName
{
border-color: #CBA3EE;
}
.TagClassName
{
border-color: #CBA3EE;
}
</style>