Shades of Perfume #CBAEEA
Tints of Perfume #CBAEEA
RGB
CMYK
RGB Variations
Color information
#CBAEEA (or 0xCBAEEA) is known color: Perfume. HEX triplet: CB, AE and EA. RGB value is (203,174,234). Sum of RGB (Red+Green+Blue) = 203+174+234=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBAEEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAEEA is #345115. Grayscale: #BDBDBD. Windows color (decimal): -3428630 or 15380171. OLE color: 15380171.
HSL color Cylindrical-coordinate representation of color #CBAEEA: hue angle of 269º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBAEEA is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 174 | 234 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.08 |
| HSL | 269º | 0.59% | 0.8% | - |
| HSV(B) | 269º | 0.26% | 0.92% | - |
| XYZ | 54.62 | 48.91 | 84.4 | - |
| YUV | 189.51 | 153.11 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 234 | 0.13 | 0.26 | 0 | 0.08 | 269 | 0.59 | 0.8 |
| Hex | CB | AE | EA | D | 1A | 0 | 8 | 10D | 3B | 50 |
| Octal | 313 | 256 | 352 | 15 | 32 | 0 | 10 | 415 | 73 | 120 |
| Binary | 11001011 | 10101110 | 11101010 | 1101 | 11010 | 0 | 1000 | 100001101 | 111011 | 1010000 |
Color Harmonies of #CBAEEA
Complementary color
Monochromatic Colors of #CBAEEA
Black with #CBAEEA
Text Example
Text Example
White with #CBAEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAEEA; }
p { color: rgb(203,174,234); }
H1.HeaderClassName
{
color: #CBAEEA;
}
.AnyTagClassName
{
color: #CBAEEA;
}
</style>
background-color css
<style>
a { background-color: #CBAEEA; }
a { background-color: rgb(203,174,234); }
div.DivClassName
{
background-color: #CBAEEA;
}
.BgClassName
{
background-color: #CBAEEA;
}
</style>
border-color css
<style>
span { border-color: #CBAEEA; }
span { border-color: rgb(203,174,234); }
td.TdClassName
{
border-color: #CBAEEA;
}
.TagClassName
{
border-color: #CBAEEA;
}
</style>