Shades of Perfume #CBAEE1
Tints of Perfume #CBAEE1
RGB
CMYK
RGB Variations
Color information
#CBAEE1 (or 0xCBAEE1) is known color: Perfume. HEX triplet: CB, AE and E1. RGB value is (203,174,225). Sum of RGB (Red+Green+Blue) = 203+174+225=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 174 (68.36% from 255 or 28.90% from 602); Blue value is 225 (88.28% from 255 or 37.38% from 602); Max value from RGB is 225 - color contains mainly: blue. Hex color #CBAEE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAEE1 is #34511E. Grayscale: #BCBCBC. Windows color (decimal): -3428639 or 14790347. OLE color: 14790347.
HSL color Cylindrical-coordinate representation of color #CBAEE1: hue angle of 274.12º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBAEE1 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 174 | 225 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.12 |
| HSL | 274.12º | 0.46% | 0.78% | - |
| HSV(B) | 274.12º | 0.23% | 0.88% | - |
| XYZ | 53.36 | 48.4 | 77.77 | - |
| YUV | 188.49 | 148.61 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 225 | 0.10 | 0.23 | 0 | 0.12 | 274.12 | 0.46 | 0.78 |
| Hex | CB | AE | E1 | A | 17 | 0 | C | 112 | 2E | 4E |
| Octal | 313 | 256 | 341 | 12 | 27 | 0 | 14 | 422 | 56 | 116 |
| Binary | 11001011 | 10101110 | 11100001 | 1010 | 10111 | 0 | 1100 | 100010010 | 101110 | 1001110 |
Color Harmonies of #CBAEE1
Complementary color
Monochromatic Colors of #CBAEE1
Black with #CBAEE1
Text Example
Text Example
White with #CBAEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAEE1; }
p { color: rgb(203,174,225); }
H1.HeaderClassName
{
color: #CBAEE1;
}
.AnyTagClassName
{
color: #CBAEE1;
}
</style>
background-color css
<style>
a { background-color: #CBAEE1; }
a { background-color: rgb(203,174,225); }
div.DivClassName
{
background-color: #CBAEE1;
}
.BgClassName
{
background-color: #CBAEE1;
}
</style>
border-color css
<style>
span { border-color: #CBAEE1; }
span { border-color: rgb(203,174,225); }
td.TdClassName
{
border-color: #CBAEE1;
}
.TagClassName
{
border-color: #CBAEE1;
}
</style>