Shades of Perfume #CBA7EA
Tints of Perfume #CBA7EA
RGB
CMYK
RGB Variations
Color information
#CBA7EA (or 0xCBA7EA) is known color: Perfume. HEX triplet: CB, A7 and EA. RGB value is (203,167,234). Sum of RGB (Red+Green+Blue) = 203+167+234=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 167 (65.62% from 255 or 27.65% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBA7EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA7EA is #345815. Grayscale: #B9B9B9. Windows color (decimal): -3430422 or 15378379. OLE color: 15378379.
HSL color Cylindrical-coordinate representation of color #CBA7EA: hue angle of 272.24º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBA7EA is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 167 | 234 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.08 |
| HSL | 272.24º | 0.61% | 0.79% | - |
| HSV(B) | 272.24º | 0.29% | 0.92% | - |
| XYZ | 53.3 | 46.27 | 83.96 | - |
| YUV | 185.4 | 155.43 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 234 | 0.13 | 0.29 | 0 | 0.08 | 272.24 | 0.61 | 0.79 |
| Hex | CB | A7 | EA | D | 1D | 0 | 8 | 110 | 3D | 4F |
| Octal | 313 | 247 | 352 | 15 | 35 | 0 | 10 | 420 | 75 | 117 |
| Binary | 11001011 | 10100111 | 11101010 | 1101 | 11101 | 0 | 1000 | 100010000 | 111101 | 1001111 |
Color Harmonies of #CBA7EA
Complementary color
Monochromatic Colors of #CBA7EA
Black with #CBA7EA
Text Example
Text Example
White with #CBA7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA7EA; }
p { color: rgb(203,167,234); }
H1.HeaderClassName
{
color: #CBA7EA;
}
.AnyTagClassName
{
color: #CBA7EA;
}
</style>
background-color css
<style>
a { background-color: #CBA7EA; }
a { background-color: rgb(203,167,234); }
div.DivClassName
{
background-color: #CBA7EA;
}
.BgClassName
{
background-color: #CBA7EA;
}
</style>
border-color css
<style>
span { border-color: #CBA7EA; }
span { border-color: rgb(203,167,234); }
td.TdClassName
{
border-color: #CBA7EA;
}
.TagClassName
{
border-color: #CBA7EA;
}
</style>