Shades of Perfume #CBAAF0
Tints of Perfume #CBAAF0
RGB
CMYK
RGB Variations
Color information
#CBAAF0 (or 0xCBAAF0) is known color: Perfume. HEX triplet: CB, AA and F0. RGB value is (203,170,240). Sum of RGB (Red+Green+Blue) = 203+170+240=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 240 (94.14% from 255 or 39.15% from 613); Max value from RGB is 240 - color contains mainly: blue. Hex color #CBAAF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAAF0 is #34550F. Grayscale: #BBBBBB. Windows color (decimal): -3429648 or 15772363. OLE color: 15772363.
HSL color Cylindrical-coordinate representation of color #CBAAF0: hue angle of 268.29º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBAAF0 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 170 | 240 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.06 |
| HSL | 268.29º | 0.7% | 0.8% | - |
| HSV(B) | 268.29º | 0.29% | 0.94% | - |
| XYZ | 54.73 | 47.74 | 88.77 | - |
| YUV | 187.85 | 157.43 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 170 | 240 | 0.15 | 0.29 | 0 | 0.06 | 268.29 | 0.7 | 0.8 |
| Hex | CB | AA | F0 | F | 1D | 0 | 6 | 10C | 46 | 50 |
| Octal | 313 | 252 | 360 | 17 | 35 | 0 | 6 | 414 | 106 | 120 |
| Binary | 11001011 | 10101010 | 11110000 | 1111 | 11101 | 0 | 110 | 100001100 | 1000110 | 1010000 |
Color Harmonies of #CBAAF0
Complementary color
Monochromatic Colors of #CBAAF0
Black with #CBAAF0
Text Example
Text Example
White with #CBAAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAAF0; }
p { color: rgb(203,170,240); }
H1.HeaderClassName
{
color: #CBAAF0;
}
.AnyTagClassName
{
color: #CBAAF0;
}
</style>
background-color css
<style>
a { background-color: #CBAAF0; }
a { background-color: rgb(203,170,240); }
div.DivClassName
{
background-color: #CBAAF0;
}
.BgClassName
{
background-color: #CBAAF0;
}
</style>
border-color css
<style>
span { border-color: #CBAAF0; }
span { border-color: rgb(203,170,240); }
td.TdClassName
{
border-color: #CBAAF0;
}
.TagClassName
{
border-color: #CBAAF0;
}
</style>