Shades of Perfume #CBB3EA
Tints of Perfume #CBB3EA
RGB
CMYK
RGB Variations
Color information
#CBB3EA (or 0xCBB3EA) is known color: Perfume. HEX triplet: CB, B3 and EA. RGB value is (203,179,234). Sum of RGB (Red+Green+Blue) = 203+179+234=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 179 (70.31% from 255 or 29.06% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBB3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB3EA is #344C15. Grayscale: #C0C0C0. Windows color (decimal): -3427350 or 15381451. OLE color: 15381451.
HSL color Cylindrical-coordinate representation of color #CBB3EA: hue angle of 266.18º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBB3EA is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 179 | 234 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.08 |
| HSL | 266.18º | 0.57% | 0.81% | - |
| HSV(B) | 266.18º | 0.24% | 0.92% | - |
| XYZ | 55.6 | 50.88 | 84.73 | - |
| YUV | 192.45 | 151.45 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 234 | 0.13 | 0.24 | 0 | 0.08 | 266.18 | 0.57 | 0.81 |
| Hex | CB | B3 | EA | D | 18 | 0 | 8 | 10A | 39 | 51 |
| Octal | 313 | 263 | 352 | 15 | 30 | 0 | 10 | 412 | 71 | 121 |
| Binary | 11001011 | 10110011 | 11101010 | 1101 | 11000 | 0 | 1000 | 100001010 | 111001 | 1010001 |
Color Harmonies of #CBB3EA
Complementary color
Monochromatic Colors of #CBB3EA
Black with #CBB3EA
Text Example
Text Example
White with #CBB3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB3EA; }
p { color: rgb(203,179,234); }
H1.HeaderClassName
{
color: #CBB3EA;
}
.AnyTagClassName
{
color: #CBB3EA;
}
</style>
background-color css
<style>
a { background-color: #CBB3EA; }
a { background-color: rgb(203,179,234); }
div.DivClassName
{
background-color: #CBB3EA;
}
.BgClassName
{
background-color: #CBB3EA;
}
</style>
border-color css
<style>
span { border-color: #CBB3EA; }
span { border-color: rgb(203,179,234); }
td.TdClassName
{
border-color: #CBB3EA;
}
.TagClassName
{
border-color: #CBB3EA;
}
</style>