Shades of Perfume #CBABEE
Tints of Perfume #CBABEE
RGB
CMYK
RGB Variations
Color information
#CBABEE (or 0xCBABEE) is known color: Perfume. HEX triplet: CB, AB and EE. RGB value is (203,171,238). Sum of RGB (Red+Green+Blue) = 203+171+238=612 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.17% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBABEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBABEE is #345411. Grayscale: #BBBBBB. Windows color (decimal): -3429394 or 15641547. OLE color: 15641547.
HSL color Cylindrical-coordinate representation of color #CBABEE: hue angle of 268.66º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBABEE is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 171 | 238 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.07 |
| HSL | 268.66º | 0.66% | 0.8% | - |
| HSV(B) | 268.66º | 0.28% | 0.93% | - |
| XYZ | 54.62 | 48 | 87.27 | - |
| YUV | 188.21 | 156.1 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 238 | 0.15 | 0.28 | 0 | 0.07 | 268.66 | 0.66 | 0.8 |
| Hex | CB | AB | EE | F | 1C | 0 | 7 | 10D | 42 | 50 |
| Octal | 313 | 253 | 356 | 17 | 34 | 0 | 7 | 415 | 102 | 120 |
| Binary | 11001011 | 10101011 | 11101110 | 1111 | 11100 | 0 | 111 | 100001101 | 1000010 | 1010000 |
Color Harmonies of #CBABEE
Complementary color
Monochromatic Colors of #CBABEE
Black with #CBABEE
Text Example
Text Example
White with #CBABEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBABEE; }
p { color: rgb(203,171,238); }
H1.HeaderClassName
{
color: #CBABEE;
}
.AnyTagClassName
{
color: #CBABEE;
}
</style>
background-color css
<style>
a { background-color: #CBABEE; }
a { background-color: rgb(203,171,238); }
div.DivClassName
{
background-color: #CBABEE;
}
.BgClassName
{
background-color: #CBABEE;
}
</style>
border-color css
<style>
span { border-color: #CBABEE; }
span { border-color: rgb(203,171,238); }
td.TdClassName
{
border-color: #CBABEE;
}
.TagClassName
{
border-color: #CBABEE;
}
</style>