Shades of Perfume #CBAFE5
Tints of Perfume #CBAFE5
RGB
CMYK
RGB Variations
Color information
#CBAFE5 (or 0xCBAFE5) is known color: Perfume. HEX triplet: CB, AF and E5. RGB value is (203,175,229). Sum of RGB (Red+Green+Blue) = 203+175+229=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 229 (89.84% from 255 or 37.73% from 607); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBAFE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFE5 is #34501A. Grayscale: #BDBDBD. Windows color (decimal): -3428379 or 15052747. OLE color: 15052747.
HSL color Cylindrical-coordinate representation of color #CBAFE5: hue angle of 271.11º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBAFE5 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 175 | 229 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.10 |
| HSL | 271.11º | 0.51% | 0.79% | - |
| HSV(B) | 271.11º | 0.24% | 0.9% | - |
| XYZ | 54.1 | 49.01 | 80.74 | - |
| YUV | 189.53 | 150.28 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 229 | 0.11 | 0.24 | 0 | 0.10 | 271.11 | 0.51 | 0.79 |
| Hex | CB | AF | E5 | B | 18 | 0 | A | 10F | 33 | 4F |
| Octal | 313 | 257 | 345 | 13 | 30 | 0 | 12 | 417 | 63 | 117 |
| Binary | 11001011 | 10101111 | 11100101 | 1011 | 11000 | 0 | 1010 | 100001111 | 110011 | 1001111 |
Color Harmonies of #CBAFE5
Complementary color
Monochromatic Colors of #CBAFE5
Black with #CBAFE5
Text Example
Text Example
White with #CBAFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAFE5; }
p { color: rgb(203,175,229); }
H1.HeaderClassName
{
color: #CBAFE5;
}
.AnyTagClassName
{
color: #CBAFE5;
}
</style>
background-color css
<style>
a { background-color: #CBAFE5; }
a { background-color: rgb(203,175,229); }
div.DivClassName
{
background-color: #CBAFE5;
}
.BgClassName
{
background-color: #CBAFE5;
}
</style>
border-color css
<style>
span { border-color: #CBAFE5; }
span { border-color: rgb(203,175,229); }
td.TdClassName
{
border-color: #CBAFE5;
}
.TagClassName
{
border-color: #CBAFE5;
}
</style>