Shades of Perfume #CBABEB
Tints of Perfume #CBABEB
RGB
CMYK
RGB Variations
Color information
#CBABEB (or 0xCBABEB) is known color: Perfume. HEX triplet: CB, AB and EB. RGB value is (203,171,235). Sum of RGB (Red+Green+Blue) = 203+171+235=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #CBABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBABEB is #345414. Grayscale: #BBBBBB. Windows color (decimal): -3429397 or 15444939. OLE color: 15444939.
HSL color Cylindrical-coordinate representation of color #CBABEB: hue angle of 270º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBABEB is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 171 | 235 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.08 |
| HSL | 270º | 0.62% | 0.8% | - |
| HSV(B) | 270º | 0.27% | 0.92% | - |
| XYZ | 54.19 | 47.82 | 84.97 | - |
| YUV | 187.86 | 154.6 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 235 | 0.14 | 0.27 | 0 | 0.08 | 270 | 0.62 | 0.8 |
| Hex | CB | AB | EB | E | 1B | 0 | 8 | 10E | 3E | 50 |
| Octal | 313 | 253 | 353 | 16 | 33 | 0 | 10 | 416 | 76 | 120 |
| Binary | 11001011 | 10101011 | 11101011 | 1110 | 11011 | 0 | 1000 | 100001110 | 111110 | 1010000 |
Color Harmonies of #CBABEB
Complementary color
Monochromatic Colors of #CBABEB
Black with #CBABEB
Text Example
Text Example
White with #CBABEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBABEB; }
p { color: rgb(203,171,235); }
H1.HeaderClassName
{
color: #CBABEB;
}
.AnyTagClassName
{
color: #CBABEB;
}
</style>
background-color css
<style>
a { background-color: #CBABEB; }
a { background-color: rgb(203,171,235); }
div.DivClassName
{
background-color: #CBABEB;
}
.BgClassName
{
background-color: #CBABEB;
}
</style>
border-color css
<style>
span { border-color: #CBABEB; }
span { border-color: rgb(203,171,235); }
td.TdClassName
{
border-color: #CBABEB;
}
.TagClassName
{
border-color: #CBABEB;
}
</style>