Shades of Perfume #CBABE5
Tints of Perfume #CBABE5
RGB
CMYK
RGB Variations
Color information
#CBABE5 (or 0xCBABE5) is known color: Perfume. HEX triplet: CB, AB and E5. RGB value is (203,171,229). Sum of RGB (Red+Green+Blue) = 203+171+229=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 171 (67.19% from 255 or 28.36% from 603); Blue value is 229 (89.84% from 255 or 37.98% from 603); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBABE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBABE5 is #34541A. Grayscale: #BABABA. Windows color (decimal): -3429403 or 15051723. OLE color: 15051723.
HSL color Cylindrical-coordinate representation of color #CBABE5: hue angle of 273.1º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBABE5 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 171 | 229 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.10 |
| HSL | 273.1º | 0.53% | 0.78% | - |
| HSV(B) | 273.1º | 0.25% | 0.9% | - |
| XYZ | 53.33 | 47.48 | 80.48 | - |
| YUV | 187.18 | 151.6 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 229 | 0.11 | 0.25 | 0 | 0.10 | 273.1 | 0.53 | 0.78 |
| Hex | CB | AB | E5 | B | 19 | 0 | A | 111 | 35 | 4E |
| Octal | 313 | 253 | 345 | 13 | 31 | 0 | 12 | 421 | 65 | 116 |
| Binary | 11001011 | 10101011 | 11100101 | 1011 | 11001 | 0 | 1010 | 100010001 | 110101 | 1001110 |
Color Harmonies of #CBABE5
Complementary color
Monochromatic Colors of #CBABE5
Black with #CBABE5
Text Example
Text Example
White with #CBABE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBABE5; }
p { color: rgb(203,171,229); }
H1.HeaderClassName
{
color: #CBABE5;
}
.AnyTagClassName
{
color: #CBABE5;
}
</style>
background-color css
<style>
a { background-color: #CBABE5; }
a { background-color: rgb(203,171,229); }
div.DivClassName
{
background-color: #CBABE5;
}
.BgClassName
{
background-color: #CBABE5;
}
</style>
border-color css
<style>
span { border-color: #CBABE5; }
span { border-color: rgb(203,171,229); }
td.TdClassName
{
border-color: #CBABE5;
}
.TagClassName
{
border-color: #CBABE5;
}
</style>