Shades of Perfume #CBAFE0
Tints of Perfume #CBAFE0
RGB
CMYK
RGB Variations
Color information
#CBAFE0 (or 0xCBAFE0) is known color: Perfume. HEX triplet: CB, AF and E0. RGB value is (203,175,224). Sum of RGB (Red+Green+Blue) = 203+175+224=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 175 (68.75% from 255 or 29.07% from 602); Blue value is 224 (87.89% from 255 or 37.21% from 602); Max value from RGB is 224 - color contains mainly: blue. Hex color #CBAFE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFE0 is #34501F. Grayscale: #BCBCBC. Windows color (decimal): -3428384 or 14725067. OLE color: 14725067.
HSL color Cylindrical-coordinate representation of color #CBAFE0: hue angle of 274.29º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBAFE0 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 175 | 224 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.12 |
| HSL | 274.29º | 0.44% | 0.78% | - |
| HSV(B) | 274.29º | 0.22% | 0.88% | - |
| XYZ | 53.41 | 48.74 | 77.11 | - |
| YUV | 188.96 | 147.78 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 224 | 0.09 | 0.22 | 0 | 0.12 | 274.29 | 0.44 | 0.78 |
| Hex | CB | AF | E0 | 9 | 16 | 0 | C | 112 | 2C | 4E |
| Octal | 313 | 257 | 340 | 11 | 26 | 0 | 14 | 422 | 54 | 116 |
| Binary | 11001011 | 10101111 | 11100000 | 1001 | 10110 | 0 | 1100 | 100010010 | 101100 | 1001110 |
Color Harmonies of #CBAFE0
Complementary color
Monochromatic Colors of #CBAFE0
Black with #CBAFE0
Text Example
Text Example
White with #CBAFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAFE0; }
p { color: rgb(203,175,224); }
H1.HeaderClassName
{
color: #CBAFE0;
}
.AnyTagClassName
{
color: #CBAFE0;
}
</style>
background-color css
<style>
a { background-color: #CBAFE0; }
a { background-color: rgb(203,175,224); }
div.DivClassName
{
background-color: #CBAFE0;
}
.BgClassName
{
background-color: #CBAFE0;
}
</style>
border-color css
<style>
span { border-color: #CBAFE0; }
span { border-color: rgb(203,175,224); }
td.TdClassName
{
border-color: #CBAFE0;
}
.TagClassName
{
border-color: #CBAFE0;
}
</style>