Shades of Perfume #CBA8EA
Tints of Perfume #CBA8EA
RGB
CMYK
RGB Variations
Color information
#CBA8EA (or 0xCBA8EA) is known color: Perfume. HEX triplet: CB, A8 and EA. RGB value is (203,168,234). Sum of RGB (Red+Green+Blue) = 203+168+234=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 168 (66.02% from 255 or 27.77% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBA8EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA8EA is #345715. Grayscale: #B9B9B9. Windows color (decimal): -3430166 or 15378635. OLE color: 15378635.
HSL color Cylindrical-coordinate representation of color #CBA8EA: hue angle of 271.82º 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 #CBA8EA is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 168 | 234 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.08 |
| HSL | 271.82º | 0.61% | 0.79% | - |
| HSV(B) | 271.82º | 0.28% | 0.92% | - |
| XYZ | 53.48 | 46.64 | 84.03 | - |
| YUV | 185.99 | 155.1 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 234 | 0.13 | 0.28 | 0 | 0.08 | 271.82 | 0.61 | 0.79 |
| Hex | CB | A8 | EA | D | 1C | 0 | 8 | 110 | 3D | 4F |
| Octal | 313 | 250 | 352 | 15 | 34 | 0 | 10 | 420 | 75 | 117 |
| Binary | 11001011 | 10101000 | 11101010 | 1101 | 11100 | 0 | 1000 | 100010000 | 111101 | 1001111 |
Color Harmonies of #CBA8EA
Complementary color
Monochromatic Colors of #CBA8EA
Black with #CBA8EA
Text Example
Text Example
White with #CBA8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA8EA; }
p { color: rgb(203,168,234); }
H1.HeaderClassName
{
color: #CBA8EA;
}
.AnyTagClassName
{
color: #CBA8EA;
}
</style>
background-color css
<style>
a { background-color: #CBA8EA; }
a { background-color: rgb(203,168,234); }
div.DivClassName
{
background-color: #CBA8EA;
}
.BgClassName
{
background-color: #CBA8EA;
}
</style>
border-color css
<style>
span { border-color: #CBA8EA; }
span { border-color: rgb(203,168,234); }
td.TdClassName
{
border-color: #CBA8EA;
}
.TagClassName
{
border-color: #CBA8EA;
}
</style>