Shades of Perfume #CBACE0
Tints of Perfume #CBACE0
RGB
CMYK
RGB Variations
Color information
#CBACE0 (or 0xCBACE0) is known color: Perfume. HEX triplet: CB, AC and E0. RGB value is (203,172,224). Sum of RGB (Red+Green+Blue) = 203+172+224=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 224 (87.89% from 255 or 37.40% from 599); Max value from RGB is 224 - color contains mainly: blue. Hex color #CBACE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBACE0 is #34531F. Grayscale: #BBBBBB. Windows color (decimal): -3429152 or 14724299. OLE color: 14724299.
HSL color Cylindrical-coordinate representation of color #CBACE0: hue angle of 275.77º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBACE0 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 172 | 224 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.12 |
| HSL | 275.77º | 0.46% | 0.78% | - |
| HSV(B) | 275.77º | 0.23% | 0.88% | - |
| XYZ | 52.84 | 47.58 | 76.92 | - |
| YUV | 187.2 | 148.77 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 172 | 224 | 0.09 | 0.23 | 0 | 0.12 | 275.77 | 0.46 | 0.78 |
| Hex | CB | AC | E0 | 9 | 17 | 0 | C | 114 | 2E | 4E |
| Octal | 313 | 254 | 340 | 11 | 27 | 0 | 14 | 424 | 56 | 116 |
| Binary | 11001011 | 10101100 | 11100000 | 1001 | 10111 | 0 | 1100 | 100010100 | 101110 | 1001110 |
Color Harmonies of #CBACE0
Complementary color
Monochromatic Colors of #CBACE0
Black with #CBACE0
Text Example
Text Example
White with #CBACE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBACE0; }
p { color: rgb(203,172,224); }
H1.HeaderClassName
{
color: #CBACE0;
}
.AnyTagClassName
{
color: #CBACE0;
}
</style>
background-color css
<style>
a { background-color: #CBACE0; }
a { background-color: rgb(203,172,224); }
div.DivClassName
{
background-color: #CBACE0;
}
.BgClassName
{
background-color: #CBACE0;
}
</style>
border-color css
<style>
span { border-color: #CBACE0; }
span { border-color: rgb(203,172,224); }
td.TdClassName
{
border-color: #CBACE0;
}
.TagClassName
{
border-color: #CBACE0;
}
</style>