Shades of Perfume #CBAEE4
Tints of Perfume #CBAEE4
RGB
CMYK
RGB Variations
Color information
#CBAEE4 (or 0xCBAEE4) is known color: Perfume. HEX triplet: CB, AE and E4. RGB value is (203,174,228). Sum of RGB (Red+Green+Blue) = 203+174+228=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 228 (89.45% from 255 or 37.69% from 605); Max value from RGB is 228 - color contains mainly: blue. Hex color #CBAEE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAEE4 is #34511B. Grayscale: #BCBCBC. Windows color (decimal): -3428636 or 14986955. OLE color: 14986955.
HSL color Cylindrical-coordinate representation of color #CBAEE4: hue angle of 272.22º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBAEE4 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 174 | 228 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.11 |
| HSL | 272.22º | 0.5% | 0.79% | - |
| HSV(B) | 272.22º | 0.24% | 0.89% | - |
| XYZ | 53.77 | 48.57 | 79.94 | - |
| YUV | 188.83 | 150.11 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 228 | 0.11 | 0.24 | 0 | 0.11 | 272.22 | 0.5 | 0.79 |
| Hex | CB | AE | E4 | B | 18 | 0 | B | 110 | 32 | 4F |
| Octal | 313 | 256 | 344 | 13 | 30 | 0 | 13 | 420 | 62 | 117 |
| Binary | 11001011 | 10101110 | 11100100 | 1011 | 11000 | 0 | 1011 | 100010000 | 110010 | 1001111 |
Color Harmonies of #CBAEE4
Complementary color
Monochromatic Colors of #CBAEE4
Black with #CBAEE4
Text Example
Text Example
White with #CBAEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAEE4; }
p { color: rgb(203,174,228); }
H1.HeaderClassName
{
color: #CBAEE4;
}
.AnyTagClassName
{
color: #CBAEE4;
}
</style>
background-color css
<style>
a { background-color: #CBAEE4; }
a { background-color: rgb(203,174,228); }
div.DivClassName
{
background-color: #CBAEE4;
}
.BgClassName
{
background-color: #CBAEE4;
}
</style>
border-color css
<style>
span { border-color: #CBAEE4; }
span { border-color: rgb(203,174,228); }
td.TdClassName
{
border-color: #CBAEE4;
}
.TagClassName
{
border-color: #CBAEE4;
}
</style>