Shades of Perfume #CBAEE0
Tints of Perfume #CBAEE0
RGB
CMYK
RGB Variations
Color information
#CBAEE0 (or 0xCBAEE0) is known color: Perfume. HEX triplet: CB, AE and E0. RGB value is (203,174,224). Sum of RGB (Red+Green+Blue) = 203+174+224=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 224 - color contains mainly: blue. Hex color #CBAEE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAEE0 is #34511F. Grayscale: #BCBCBC. Windows color (decimal): -3428640 or 14724811. OLE color: 14724811.
HSL color Cylindrical-coordinate representation of color #CBAEE0: hue angle of 274.8º degrees, saturation: 0.45, 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 #CBAEE0 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 174 | 224 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.12 |
| HSL | 274.8º | 0.45% | 0.78% | - |
| HSV(B) | 274.8º | 0.22% | 0.88% | - |
| XYZ | 53.22 | 48.35 | 77.05 | - |
| YUV | 188.37 | 148.11 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 224 | 0.09 | 0.22 | 0 | 0.12 | 274.8 | 0.45 | 0.78 |
| Hex | CB | AE | E0 | 9 | 16 | 0 | C | 113 | 2D | 4E |
| Octal | 313 | 256 | 340 | 11 | 26 | 0 | 14 | 423 | 55 | 116 |
| Binary | 11001011 | 10101110 | 11100000 | 1001 | 10110 | 0 | 1100 | 100010011 | 101101 | 1001110 |
Color Harmonies of #CBAEE0
Complementary color
Monochromatic Colors of #CBAEE0
Black with #CBAEE0
Text Example
Text Example
White with #CBAEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAEE0; }
p { color: rgb(203,174,224); }
H1.HeaderClassName
{
color: #CBAEE0;
}
.AnyTagClassName
{
color: #CBAEE0;
}
</style>
background-color css
<style>
a { background-color: #CBAEE0; }
a { background-color: rgb(203,174,224); }
div.DivClassName
{
background-color: #CBAEE0;
}
.BgClassName
{
background-color: #CBAEE0;
}
</style>
border-color css
<style>
span { border-color: #CBAEE0; }
span { border-color: rgb(203,174,224); }
td.TdClassName
{
border-color: #CBAEE0;
}
.TagClassName
{
border-color: #CBAEE0;
}
</style>