Shades of Perfume #CBAAE6
Tints of Perfume #CBAAE6
RGB
CMYK
RGB Variations
Color information
#CBAAE6 (or 0xCBAAE6) is known color: Perfume. HEX triplet: CB, AA and E6. RGB value is (203,170,230). Sum of RGB (Red+Green+Blue) = 203+170+230=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 230 (90.23% from 255 or 38.14% from 603); Max value from RGB is 230 - color contains mainly: blue. Hex color #CBAAE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAAE6 is #345519. Grayscale: #BABABA. Windows color (decimal): -3429658 or 15117003. OLE color: 15117003.
HSL color Cylindrical-coordinate representation of color #CBAAE6: hue angle of 273º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBAAE6 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 170 | 230 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.10 |
| HSL | 273º | 0.55% | 0.78% | - |
| HSV(B) | 273º | 0.26% | 0.9% | - |
| XYZ | 53.29 | 47.16 | 81.16 | - |
| YUV | 186.71 | 152.43 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 170 | 230 | 0.12 | 0.26 | 0 | 0.10 | 273 | 0.55 | 0.78 |
| Hex | CB | AA | E6 | C | 1A | 0 | A | 111 | 37 | 4E |
| Octal | 313 | 252 | 346 | 14 | 32 | 0 | 12 | 421 | 67 | 116 |
| Binary | 11001011 | 10101010 | 11100110 | 1100 | 11010 | 0 | 1010 | 100010001 | 110111 | 1001110 |
Color Harmonies of #CBAAE6
Complementary color
Monochromatic Colors of #CBAAE6
Black with #CBAAE6
Text Example
Text Example
White with #CBAAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAAE6; }
p { color: rgb(203,170,230); }
H1.HeaderClassName
{
color: #CBAAE6;
}
.AnyTagClassName
{
color: #CBAAE6;
}
</style>
background-color css
<style>
a { background-color: #CBAAE6; }
a { background-color: rgb(203,170,230); }
div.DivClassName
{
background-color: #CBAAE6;
}
.BgClassName
{
background-color: #CBAAE6;
}
</style>
border-color css
<style>
span { border-color: #CBAAE6; }
span { border-color: rgb(203,170,230); }
td.TdClassName
{
border-color: #CBAAE6;
}
.TagClassName
{
border-color: #CBAAE6;
}
</style>