Shades of Perfume #CBB2E9
Tints of Perfume #CBB2E9
RGB
CMYK
RGB Variations
Color information
#CBB2E9 (or 0xCBB2E9) is known color: Perfume. HEX triplet: CB, B2 and E9. RGB value is (203,178,233). Sum of RGB (Red+Green+Blue) = 203+178+233=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 178 (69.92% from 255 or 28.99% from 614); Blue value is 233 (91.41% from 255 or 37.95% from 614); Max value from RGB is 233 - color contains mainly: blue. Hex color #CBB2E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBB2E9 is #344D16. Grayscale: #BFBFBF. Windows color (decimal): -3427607 or 15315659. OLE color: 15315659.
HSL color Cylindrical-coordinate representation of color #CBB2E9: hue angle of 267.27º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBB2E9 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 178 | 233 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.09 |
| HSL | 267.27º | 0.56% | 0.81% | - |
| HSV(B) | 267.27º | 0.24% | 0.91% | - |
| XYZ | 55.26 | 50.42 | 83.91 | - |
| YUV | 191.75 | 151.28 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 233 | 0.13 | 0.24 | 0 | 0.09 | 267.27 | 0.56 | 0.81 |
| Hex | CB | B2 | E9 | D | 18 | 0 | 9 | 10B | 38 | 51 |
| Octal | 313 | 262 | 351 | 15 | 30 | 0 | 11 | 413 | 70 | 121 |
| Binary | 11001011 | 10110010 | 11101001 | 1101 | 11000 | 0 | 1001 | 100001011 | 111000 | 1010001 |
Color Harmonies of #CBB2E9
Complementary color
Monochromatic Colors of #CBB2E9
Black with #CBB2E9
Text Example
Text Example
White with #CBB2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB2E9; }
p { color: rgb(203,178,233); }
H1.HeaderClassName
{
color: #CBB2E9;
}
.AnyTagClassName
{
color: #CBB2E9;
}
</style>
background-color css
<style>
a { background-color: #CBB2E9; }
a { background-color: rgb(203,178,233); }
div.DivClassName
{
background-color: #CBB2E9;
}
.BgClassName
{
background-color: #CBB2E9;
}
</style>
border-color css
<style>
span { border-color: #CBB2E9; }
span { border-color: rgb(203,178,233); }
td.TdClassName
{
border-color: #CBB2E9;
}
.TagClassName
{
border-color: #CBB2E9;
}
</style>