Shades of Perfume #CBACEC
Tints of Perfume #CBACEC
RGB
CMYK
RGB Variations
Color information
#CBACEC (or 0xCBACEC) is known color: Perfume. HEX triplet: CB, AC and EC. RGB value is (203,172,236). Sum of RGB (Red+Green+Blue) = 203+172+236=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBACEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBACEC is #345313. Grayscale: #BCBCBC. Windows color (decimal): -3429140 or 15510731. OLE color: 15510731.
HSL color Cylindrical-coordinate representation of color #CBACEC: hue angle of 269.06º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBACEC is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 172 | 236 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.07 |
| HSL | 269.06º | 0.63% | 0.8% | - |
| HSV(B) | 269.06º | 0.27% | 0.93% | - |
| XYZ | 54.52 | 48.26 | 85.8 | - |
| YUV | 188.57 | 154.77 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 172 | 236 | 0.14 | 0.27 | 0 | 0.07 | 269.06 | 0.63 | 0.8 |
| Hex | CB | AC | EC | E | 1B | 0 | 7 | 10D | 3F | 50 |
| Octal | 313 | 254 | 354 | 16 | 33 | 0 | 7 | 415 | 77 | 120 |
| Binary | 11001011 | 10101100 | 11101100 | 1110 | 11011 | 0 | 111 | 100001101 | 111111 | 1010000 |
Color Harmonies of #CBACEC
Complementary color
Monochromatic Colors of #CBACEC
Black with #CBACEC
Text Example
Text Example
White with #CBACEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBACEC; }
p { color: rgb(203,172,236); }
H1.HeaderClassName
{
color: #CBACEC;
}
.AnyTagClassName
{
color: #CBACEC;
}
</style>
background-color css
<style>
a { background-color: #CBACEC; }
a { background-color: rgb(203,172,236); }
div.DivClassName
{
background-color: #CBACEC;
}
.BgClassName
{
background-color: #CBACEC;
}
</style>
border-color css
<style>
span { border-color: #CBACEC; }
span { border-color: rgb(203,172,236); }
td.TdClassName
{
border-color: #CBACEC;
}
.TagClassName
{
border-color: #CBACEC;
}
</style>