Shades of Perfume #CBB2EC
Tints of Perfume #CBB2EC
RGB
CMYK
RGB Variations
Color information
#CBB2EC (or 0xCBB2EC) is known color: Perfume. HEX triplet: CB, B2 and EC. RGB value is (203,178,236). Sum of RGB (Red+Green+Blue) = 203+178+236=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 178 (69.92% from 255 or 28.85% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBB2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBB2EC is #344D13. Grayscale: #BFBFBF. Windows color (decimal): -3427604 or 15512267. OLE color: 15512267.
HSL color Cylindrical-coordinate representation of color #CBB2EC: hue angle of 265.86º degrees, saturation: 0.6, 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 #CBB2EC is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 178 | 236 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.07 |
| HSL | 265.86º | 0.6% | 0.81% | - |
| HSV(B) | 265.86º | 0.25% | 0.93% | - |
| XYZ | 55.69 | 50.59 | 86.19 | - |
| YUV | 192.09 | 152.78 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 236 | 0.14 | 0.25 | 0 | 0.07 | 265.86 | 0.6 | 0.81 |
| Hex | CB | B2 | EC | E | 19 | 0 | 7 | 10A | 3C | 51 |
| Octal | 313 | 262 | 354 | 16 | 31 | 0 | 7 | 412 | 74 | 121 |
| Binary | 11001011 | 10110010 | 11101100 | 1110 | 11001 | 0 | 111 | 100001010 | 111100 | 1010001 |
Color Harmonies of #CBB2EC
Complementary color
Monochromatic Colors of #CBB2EC
Black with #CBB2EC
Text Example
Text Example
White with #CBB2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB2EC; }
p { color: rgb(203,178,236); }
H1.HeaderClassName
{
color: #CBB2EC;
}
.AnyTagClassName
{
color: #CBB2EC;
}
</style>
background-color css
<style>
a { background-color: #CBB2EC; }
a { background-color: rgb(203,178,236); }
div.DivClassName
{
background-color: #CBB2EC;
}
.BgClassName
{
background-color: #CBB2EC;
}
</style>
border-color css
<style>
span { border-color: #CBB2EC; }
span { border-color: rgb(203,178,236); }
td.TdClassName
{
border-color: #CBB2EC;
}
.TagClassName
{
border-color: #CBB2EC;
}
</style>