Shades of Perfume #CBB3E3
Tints of Perfume #CBB3E3
RGB
CMYK
RGB Variations
Color information
#CBB3E3 (or 0xCBB3E3) is known color: Perfume. HEX triplet: CB, B3 and E3. RGB value is (203,179,227). Sum of RGB (Red+Green+Blue) = 203+179+227=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 179 (70.31% from 255 or 29.39% from 609); Blue value is 227 (89.06% from 255 or 37.27% from 609); Max value from RGB is 227 - color contains mainly: blue. Hex color #CBB3E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB3E3 is #344C1C. Grayscale: #BFBFBF. Windows color (decimal): -3427357 or 14922699. OLE color: 14922699.
HSL color Cylindrical-coordinate representation of color #CBB3E3: hue angle of 270º degrees, saturation: 0.46, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBB3E3 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 179 | 227 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.11 |
| HSL | 270º | 0.46% | 0.8% | - |
| HSV(B) | 270º | 0.21% | 0.89% | - |
| XYZ | 54.61 | 50.48 | 79.54 | - |
| YUV | 191.65 | 147.95 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 227 | 0.11 | 0.21 | 0 | 0.11 | 270 | 0.46 | 0.8 |
| Hex | CB | B3 | E3 | B | 15 | 0 | B | 10E | 2E | 50 |
| Octal | 313 | 263 | 343 | 13 | 25 | 0 | 13 | 416 | 56 | 120 |
| Binary | 11001011 | 10110011 | 11100011 | 1011 | 10101 | 0 | 1011 | 100001110 | 101110 | 1010000 |
Color Harmonies of #CBB3E3
Complementary color
Monochromatic Colors of #CBB3E3
Black with #CBB3E3
Text Example
Text Example
White with #CBB3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB3E3; }
p { color: rgb(203,179,227); }
H1.HeaderClassName
{
color: #CBB3E3;
}
.AnyTagClassName
{
color: #CBB3E3;
}
</style>
background-color css
<style>
a { background-color: #CBB3E3; }
a { background-color: rgb(203,179,227); }
div.DivClassName
{
background-color: #CBB3E3;
}
.BgClassName
{
background-color: #CBB3E3;
}
</style>
border-color css
<style>
span { border-color: #CBB3E3; }
span { border-color: rgb(203,179,227); }
td.TdClassName
{
border-color: #CBB3E3;
}
.TagClassName
{
border-color: #CBB3E3;
}
</style>