Shades of Perfume #CBB1E0
Tints of Perfume #CBB1E0
RGB
CMYK
RGB Variations
Color information
#CBB1E0 (or 0xCBB1E0) is known color: Perfume. HEX triplet: CB, B1 and E0. RGB value is (203,177,224). Sum of RGB (Red+Green+Blue) = 203+177+224=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 177 (69.53% from 255 or 29.30% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 224 - color contains mainly: blue. Hex color #CBB1E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB1E0 is #344E1F. Grayscale: #BDBDBD. Windows color (decimal): -3427872 or 14725579. OLE color: 14725579.
HSL color Cylindrical-coordinate representation of color #CBB1E0: hue angle of 273.19º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBB1E0 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 177 | 224 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.12 |
| HSL | 273.19º | 0.43% | 0.79% | - |
| HSV(B) | 273.19º | 0.21% | 0.88% | - |
| XYZ | 53.81 | 49.52 | 77.24 | - |
| YUV | 190.13 | 147.11 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 224 | 0.09 | 0.21 | 0 | 0.12 | 273.19 | 0.43 | 0.79 |
| Hex | CB | B1 | E0 | 9 | 15 | 0 | C | 111 | 2B | 4F |
| Octal | 313 | 261 | 340 | 11 | 25 | 0 | 14 | 421 | 53 | 117 |
| Binary | 11001011 | 10110001 | 11100000 | 1001 | 10101 | 0 | 1100 | 100010001 | 101011 | 1001111 |
Color Harmonies of #CBB1E0
Complementary color
Monochromatic Colors of #CBB1E0
Black with #CBB1E0
Text Example
Text Example
White with #CBB1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB1E0; }
p { color: rgb(203,177,224); }
H1.HeaderClassName
{
color: #CBB1E0;
}
.AnyTagClassName
{
color: #CBB1E0;
}
</style>
background-color css
<style>
a { background-color: #CBB1E0; }
a { background-color: rgb(203,177,224); }
div.DivClassName
{
background-color: #CBB1E0;
}
.BgClassName
{
background-color: #CBB1E0;
}
</style>
border-color css
<style>
span { border-color: #CBB1E0; }
span { border-color: rgb(203,177,224); }
td.TdClassName
{
border-color: #CBB1E0;
}
.TagClassName
{
border-color: #CBB1E0;
}
</style>