Shades of Perfume #CBACE2
Tints of Perfume #CBACE2
RGB
CMYK
RGB Variations
Color information
#CBACE2 (or 0xCBACE2) is known color: Perfume. HEX triplet: CB, AC and E2. RGB value is (203,172,226). Sum of RGB (Red+Green+Blue) = 203+172+226=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 226 (88.67% from 255 or 37.60% from 601); Max value from RGB is 226 - color contains mainly: blue. Hex color #CBACE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBACE2 is #34531D. Grayscale: #BBBBBB. Windows color (decimal): -3429150 or 14855371. OLE color: 14855371.
HSL color Cylindrical-coordinate representation of color #CBACE2: hue angle of 274.44º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBACE2 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 172 | 226 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.11 |
| HSL | 274.44º | 0.48% | 0.78% | - |
| HSV(B) | 274.44º | 0.24% | 0.89% | - |
| XYZ | 53.11 | 47.69 | 78.36 | - |
| YUV | 187.43 | 149.77 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 172 | 226 | 0.10 | 0.24 | 0 | 0.11 | 274.44 | 0.48 | 0.78 |
| Hex | CB | AC | E2 | A | 18 | 0 | B | 112 | 30 | 4E |
| Octal | 313 | 254 | 342 | 12 | 30 | 0 | 13 | 422 | 60 | 116 |
| Binary | 11001011 | 10101100 | 11100010 | 1010 | 11000 | 0 | 1011 | 100010010 | 110000 | 1001110 |
Color Harmonies of #CBACE2
Complementary color
Monochromatic Colors of #CBACE2
Black with #CBACE2
Text Example
Text Example
White with #CBACE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBACE2; }
p { color: rgb(203,172,226); }
H1.HeaderClassName
{
color: #CBACE2;
}
.AnyTagClassName
{
color: #CBACE2;
}
</style>
background-color css
<style>
a { background-color: #CBACE2; }
a { background-color: rgb(203,172,226); }
div.DivClassName
{
background-color: #CBACE2;
}
.BgClassName
{
background-color: #CBACE2;
}
</style>
border-color css
<style>
span { border-color: #CBACE2; }
span { border-color: rgb(203,172,226); }
td.TdClassName
{
border-color: #CBACE2;
}
.TagClassName
{
border-color: #CBACE2;
}
</style>