Shades of Perfume #CBACDF
Tints of Perfume #CBACDF
RGB
CMYK
RGB Variations
Color information
#CBACDF (or 0xCBACDF) is known color: Perfume. HEX triplet: CB, AC and DF. RGB value is (203,172,223). Sum of RGB (Red+Green+Blue) = 203+172+223=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBACDF is #345320. Grayscale: #BABABA. Windows color (decimal): -3429153 or 14658763. OLE color: 14658763.
HSL color Cylindrical-coordinate representation of color #CBACDF: hue angle of 276.47º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBACDF is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 172 | 223 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.13 |
| HSL | 276.47º | 0.44% | 0.77% | - |
| HSV(B) | 276.47º | 0.23% | 0.87% | - |
| XYZ | 52.7 | 47.53 | 76.21 | - |
| YUV | 187.08 | 148.27 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 172 | 223 | 0.09 | 0.23 | 0 | 0.13 | 276.47 | 0.44 | 0.77 |
| Hex | CB | AC | DF | 9 | 17 | 0 | D | 114 | 2C | 4D |
| Octal | 313 | 254 | 337 | 11 | 27 | 0 | 15 | 424 | 54 | 115 |
| Binary | 11001011 | 10101100 | 11011111 | 1001 | 10111 | 0 | 1101 | 100010100 | 101100 | 1001101 |
Color Harmonies of #CBACDF
Complementary color
Monochromatic Colors of #CBACDF
Black with #CBACDF
Text Example
Text Example
White with #CBACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBACDF; }
p { color: rgb(203,172,223); }
H1.HeaderClassName
{
color: #CBACDF;
}
.AnyTagClassName
{
color: #CBACDF;
}
</style>
background-color css
<style>
a { background-color: #CBACDF; }
a { background-color: rgb(203,172,223); }
div.DivClassName
{
background-color: #CBACDF;
}
.BgClassName
{
background-color: #CBACDF;
}
</style>
border-color css
<style>
span { border-color: #CBACDF; }
span { border-color: rgb(203,172,223); }
td.TdClassName
{
border-color: #CBACDF;
}
.TagClassName
{
border-color: #CBACDF;
}
</style>