Shades of Perfume #CBABF0
Tints of Perfume #CBABF0
RGB
CMYK
RGB Variations
Color information
#CBABF0 (or 0xCBABF0) is known color: Perfume. HEX triplet: CB, AB and F0. RGB value is (203,171,240). Sum of RGB (Red+Green+Blue) = 203+171+240=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 171 (67.19% from 255 or 27.85% from 614); Blue value is 240 (94.14% from 255 or 39.09% from 614); Max value from RGB is 240 - color contains mainly: blue. Hex color #CBABF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBABF0 is #34540F. Grayscale: #BCBCBC. Windows color (decimal): -3429392 or 15772619. OLE color: 15772619.
HSL color Cylindrical-coordinate representation of color #CBABF0: hue angle of 267.83º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBABF0 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 171 | 240 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.06 |
| HSL | 267.83º | 0.7% | 0.81% | - |
| HSV(B) | 267.83º | 0.29% | 0.94% | - |
| XYZ | 54.92 | 48.11 | 88.83 | - |
| YUV | 188.43 | 157.1 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 240 | 0.15 | 0.29 | 0 | 0.06 | 267.83 | 0.7 | 0.81 |
| Hex | CB | AB | F0 | F | 1D | 0 | 6 | 10C | 46 | 51 |
| Octal | 313 | 253 | 360 | 17 | 35 | 0 | 6 | 414 | 106 | 121 |
| Binary | 11001011 | 10101011 | 11110000 | 1111 | 11101 | 0 | 110 | 100001100 | 1000110 | 1010001 |
Color Harmonies of #CBABF0
Complementary color
Monochromatic Colors of #CBABF0
Black with #CBABF0
Text Example
Text Example
White with #CBABF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBABF0; }
p { color: rgb(203,171,240); }
H1.HeaderClassName
{
color: #CBABF0;
}
.AnyTagClassName
{
color: #CBABF0;
}
</style>
background-color css
<style>
a { background-color: #CBABF0; }
a { background-color: rgb(203,171,240); }
div.DivClassName
{
background-color: #CBABF0;
}
.BgClassName
{
background-color: #CBABF0;
}
</style>
border-color css
<style>
span { border-color: #CBABF0; }
span { border-color: rgb(203,171,240); }
td.TdClassName
{
border-color: #CBABF0;
}
.TagClassName
{
border-color: #CBABF0;
}
</style>