Shades of Perfume #CBA9E8
Tints of Perfume #CBA9E8
RGB
CMYK
RGB Variations
Color information
#CBA9E8 (or 0xCBA9E8) is known color: Perfume. HEX triplet: CB, A9 and E8. RGB value is (203,169,232). Sum of RGB (Red+Green+Blue) = 203+169+232=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 169 (66.41% from 255 or 27.98% from 604); Blue value is 232 (91.02% from 255 or 38.41% from 604); Max value from RGB is 232 - color contains mainly: blue. Hex color #CBA9E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA9E8 is #345617. Grayscale: #BABABA. Windows color (decimal): -3429912 or 15247819. OLE color: 15247819.
HSL color Cylindrical-coordinate representation of color #CBA9E8: hue angle of 272.38º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBA9E8 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 169 | 232 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.09 |
| HSL | 272.38º | 0.58% | 0.79% | - |
| HSV(B) | 272.38º | 0.27% | 0.91% | - |
| XYZ | 53.38 | 46.9 | 82.58 | - |
| YUV | 186.35 | 153.76 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 232 | 0.12 | 0.27 | 0 | 0.09 | 272.38 | 0.58 | 0.79 |
| Hex | CB | A9 | E8 | C | 1B | 0 | 9 | 110 | 3A | 4F |
| Octal | 313 | 251 | 350 | 14 | 33 | 0 | 11 | 420 | 72 | 117 |
| Binary | 11001011 | 10101001 | 11101000 | 1100 | 11011 | 0 | 1001 | 100010000 | 111010 | 1001111 |
Color Harmonies of #CBA9E8
Complementary color
Monochromatic Colors of #CBA9E8
Black with #CBA9E8
Text Example
Text Example
White with #CBA9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA9E8; }
p { color: rgb(203,169,232); }
H1.HeaderClassName
{
color: #CBA9E8;
}
.AnyTagClassName
{
color: #CBA9E8;
}
</style>
background-color css
<style>
a { background-color: #CBA9E8; }
a { background-color: rgb(203,169,232); }
div.DivClassName
{
background-color: #CBA9E8;
}
.BgClassName
{
background-color: #CBA9E8;
}
</style>
border-color css
<style>
span { border-color: #CBA9E8; }
span { border-color: rgb(203,169,232); }
td.TdClassName
{
border-color: #CBA9E8;
}
.TagClassName
{
border-color: #CBA9E8;
}
</style>