Shades of Perfume #CBB0EC
Tints of Perfume #CBB0EC
RGB
CMYK
RGB Variations
Color information
#CBB0EC (or 0xCBB0EC) is known color: Perfume. HEX triplet: CB, B0 and EC. RGB value is (203,176,236). Sum of RGB (Red+Green+Blue) = 203+176+236=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 176 (69.14% from 255 or 28.62% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBB0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBB0EC is #344F13. Grayscale: #BEBEBE. Windows color (decimal): -3428116 or 15511755. OLE color: 15511755.
HSL color Cylindrical-coordinate representation of color #CBB0EC: hue angle of 267º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBB0EC is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 176 | 236 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.07 |
| HSL | 267º | 0.61% | 0.81% | - |
| HSV(B) | 267º | 0.25% | 0.93% | - |
| XYZ | 55.29 | 49.8 | 86.06 | - |
| YUV | 190.91 | 153.45 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 236 | 0.14 | 0.25 | 0 | 0.07 | 267 | 0.61 | 0.81 |
| Hex | CB | B0 | EC | E | 19 | 0 | 7 | 10B | 3D | 51 |
| Octal | 313 | 260 | 354 | 16 | 31 | 0 | 7 | 413 | 75 | 121 |
| Binary | 11001011 | 10110000 | 11101100 | 1110 | 11001 | 0 | 111 | 100001011 | 111101 | 1010001 |
Color Harmonies of #CBB0EC
Complementary color
Monochromatic Colors of #CBB0EC
Black with #CBB0EC
Text Example
Text Example
White with #CBB0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB0EC; }
p { color: rgb(203,176,236); }
H1.HeaderClassName
{
color: #CBB0EC;
}
.AnyTagClassName
{
color: #CBB0EC;
}
</style>
background-color css
<style>
a { background-color: #CBB0EC; }
a { background-color: rgb(203,176,236); }
div.DivClassName
{
background-color: #CBB0EC;
}
.BgClassName
{
background-color: #CBB0EC;
}
</style>
border-color css
<style>
span { border-color: #CBB0EC; }
span { border-color: rgb(203,176,236); }
td.TdClassName
{
border-color: #CBB0EC;
}
.TagClassName
{
border-color: #CBB0EC;
}
</style>