Shades of Perfume #CBABF3
Tints of Perfume #CBABF3
RGB
CMYK
RGB Variations
Color information
#CBABF3 (or 0xCBABF3) is known color: Perfume. HEX triplet: CB, AB and F3. RGB value is (203,171,243). Sum of RGB (Red+Green+Blue) = 203+171+243=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 171 (67.19% from 255 or 27.71% from 617); Blue value is 243 (95.31% from 255 or 39.38% from 617); Max value from RGB is 243 - color contains mainly: blue. Hex color #CBABF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBABF3 is #34540C. Grayscale: #BCBCBC. Windows color (decimal): -3429389 or 15969227. OLE color: 15969227.
HSL color Cylindrical-coordinate representation of color #CBABF3: hue angle of 266.67º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBABF3 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 171 | 243 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.05 |
| HSL | 266.67º | 0.75% | 0.81% | - |
| HSV(B) | 266.67º | 0.3% | 0.95% | - |
| XYZ | 55.37 | 48.29 | 91.2 | - |
| YUV | 188.78 | 158.6 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 243 | 0.16 | 0.30 | 0 | 0.05 | 266.67 | 0.75 | 0.81 |
| Hex | CB | AB | F3 | 10 | 1E | 0 | 5 | 10B | 4B | 51 |
| Octal | 313 | 253 | 363 | 20 | 36 | 0 | 5 | 413 | 113 | 121 |
| Binary | 11001011 | 10101011 | 11110011 | 10000 | 11110 | 0 | 101 | 100001011 | 1001011 | 1010001 |
Color Harmonies of #CBABF3
Complementary color
Monochromatic Colors of #CBABF3
Black with #CBABF3
Text Example
Text Example
White with #CBABF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBABF3; }
p { color: rgb(203,171,243); }
H1.HeaderClassName
{
color: #CBABF3;
}
.AnyTagClassName
{
color: #CBABF3;
}
</style>
background-color css
<style>
a { background-color: #CBABF3; }
a { background-color: rgb(203,171,243); }
div.DivClassName
{
background-color: #CBABF3;
}
.BgClassName
{
background-color: #CBABF3;
}
</style>
border-color css
<style>
span { border-color: #CBABF3; }
span { border-color: rgb(203,171,243); }
td.TdClassName
{
border-color: #CBABF3;
}
.TagClassName
{
border-color: #CBABF3;
}
</style>