Shades of Perfume #CBB1E7
Tints of Perfume #CBB1E7
RGB
CMYK
RGB Variations
Color information
#CBB1E7 (or 0xCBB1E7) is known color: Perfume. HEX triplet: CB, B1 and E7. RGB value is (203,177,231). Sum of RGB (Red+Green+Blue) = 203+177+231=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 177 (69.53% from 255 or 28.97% from 611); Blue value is 231 (90.62% from 255 or 37.81% from 611); Max value from RGB is 231 - color contains mainly: blue. Hex color #CBB1E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBB1E7 is #344E18. Grayscale: #BEBEBE. Windows color (decimal): -3427865 or 15184331. OLE color: 15184331.
HSL color Cylindrical-coordinate representation of color #CBB1E7: hue angle of 268.89º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBB1E7 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 177 | 231 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.09 |
| HSL | 268.89º | 0.53% | 0.8% | - |
| HSV(B) | 268.89º | 0.23% | 0.91% | - |
| XYZ | 54.77 | 49.91 | 82.35 | - |
| YUV | 190.93 | 150.61 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 231 | 0.12 | 0.23 | 0 | 0.09 | 268.89 | 0.53 | 0.8 |
| Hex | CB | B1 | E7 | C | 17 | 0 | 9 | 10D | 35 | 50 |
| Octal | 313 | 261 | 347 | 14 | 27 | 0 | 11 | 415 | 65 | 120 |
| Binary | 11001011 | 10110001 | 11100111 | 1100 | 10111 | 0 | 1001 | 100001101 | 110101 | 1010000 |
Color Harmonies of #CBB1E7
Complementary color
Monochromatic Colors of #CBB1E7
Black with #CBB1E7
Text Example
Text Example
White with #CBB1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB1E7; }
p { color: rgb(203,177,231); }
H1.HeaderClassName
{
color: #CBB1E7;
}
.AnyTagClassName
{
color: #CBB1E7;
}
</style>
background-color css
<style>
a { background-color: #CBB1E7; }
a { background-color: rgb(203,177,231); }
div.DivClassName
{
background-color: #CBB1E7;
}
.BgClassName
{
background-color: #CBB1E7;
}
</style>
border-color css
<style>
span { border-color: #CBB1E7; }
span { border-color: rgb(203,177,231); }
td.TdClassName
{
border-color: #CBB1E7;
}
.TagClassName
{
border-color: #CBB1E7;
}
</style>