Shades of Perfume #CBA7EE
Tints of Perfume #CBA7EE
RGB
CMYK
RGB Variations
Color information
#CBA7EE (or 0xCBA7EE) is known color: Perfume. HEX triplet: CB, A7 and EE. RGB value is (203,167,238). Sum of RGB (Red+Green+Blue) = 203+167+238=608 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.39% from 608); Green value is 167 (65.62% from 255 or 27.47% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBA7EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA7EE is #345811. Grayscale: #B9B9B9. Windows color (decimal): -3430418 or 15640523. OLE color: 15640523.
HSL color Cylindrical-coordinate representation of color #CBA7EE: hue angle of 270.42º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBA7EE is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 167 | 238 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.07 |
| HSL | 270.42º | 0.68% | 0.79% | - |
| HSV(B) | 270.42º | 0.3% | 0.93% | - |
| XYZ | 53.88 | 46.51 | 87.03 | - |
| YUV | 185.86 | 157.43 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 238 | 0.15 | 0.30 | 0 | 0.07 | 270.42 | 0.68 | 0.79 |
| Hex | CB | A7 | EE | F | 1E | 0 | 7 | 10E | 44 | 4F |
| Octal | 313 | 247 | 356 | 17 | 36 | 0 | 7 | 416 | 104 | 117 |
| Binary | 11001011 | 10100111 | 11101110 | 1111 | 11110 | 0 | 111 | 100001110 | 1000100 | 1001111 |
Color Harmonies of #CBA7EE
Complementary color
Monochromatic Colors of #CBA7EE
Black with #CBA7EE
Text Example
Text Example
White with #CBA7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA7EE; }
p { color: rgb(203,167,238); }
H1.HeaderClassName
{
color: #CBA7EE;
}
.AnyTagClassName
{
color: #CBA7EE;
}
</style>
background-color css
<style>
a { background-color: #CBA7EE; }
a { background-color: rgb(203,167,238); }
div.DivClassName
{
background-color: #CBA7EE;
}
.BgClassName
{
background-color: #CBA7EE;
}
</style>
border-color css
<style>
span { border-color: #CBA7EE; }
span { border-color: rgb(203,167,238); }
td.TdClassName
{
border-color: #CBA7EE;
}
.TagClassName
{
border-color: #CBA7EE;
}
</style>