Shades of Perfume #CBB3E8
Tints of Perfume #CBB3E8
RGB
CMYK
RGB Variations
Color information
#CBB3E8 (or 0xCBB3E8) is known color: Perfume. HEX triplet: CB, B3 and E8. RGB value is (203,179,232). Sum of RGB (Red+Green+Blue) = 203+179+232=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 179 (70.31% from 255 or 29.15% from 614); Blue value is 232 (91.02% from 255 or 37.79% from 614); Max value from RGB is 232 - color contains mainly: blue. Hex color #CBB3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB3E8 is #344C17. Grayscale: #C0C0C0. Windows color (decimal): -3427352 or 15250379. OLE color: 15250379.
HSL color Cylindrical-coordinate representation of color #CBB3E8: hue angle of 267.17º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBB3E8 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 179 | 232 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.09 |
| HSL | 267.17º | 0.54% | 0.81% | - |
| HSV(B) | 267.17º | 0.23% | 0.91% | - |
| XYZ | 55.31 | 50.76 | 83.23 | - |
| YUV | 192.22 | 150.45 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 232 | 0.12 | 0.23 | 0 | 0.09 | 267.17 | 0.54 | 0.81 |
| Hex | CB | B3 | E8 | C | 17 | 0 | 9 | 10B | 36 | 51 |
| Octal | 313 | 263 | 350 | 14 | 27 | 0 | 11 | 413 | 66 | 121 |
| Binary | 11001011 | 10110011 | 11101000 | 1100 | 10111 | 0 | 1001 | 100001011 | 110110 | 1010001 |
Color Harmonies of #CBB3E8
Complementary color
Monochromatic Colors of #CBB3E8
Black with #CBB3E8
Text Example
Text Example
White with #CBB3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB3E8; }
p { color: rgb(203,179,232); }
H1.HeaderClassName
{
color: #CBB3E8;
}
.AnyTagClassName
{
color: #CBB3E8;
}
</style>
background-color css
<style>
a { background-color: #CBB3E8; }
a { background-color: rgb(203,179,232); }
div.DivClassName
{
background-color: #CBB3E8;
}
.BgClassName
{
background-color: #CBB3E8;
}
</style>
border-color css
<style>
span { border-color: #CBB3E8; }
span { border-color: rgb(203,179,232); }
td.TdClassName
{
border-color: #CBB3E8;
}
.TagClassName
{
border-color: #CBB3E8;
}
</style>