Shades of Perfume #CBB2E5
Tints of Perfume #CBB2E5
RGB
CMYK
RGB Variations
Color information
#CBB2E5 (or 0xCBB2E5) is known color: Perfume. HEX triplet: CB, B2 and E5. RGB value is (203,178,229). Sum of RGB (Red+Green+Blue) = 203+178+229=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 178 (69.92% from 255 or 29.18% from 610); Blue value is 229 (89.84% from 255 or 37.54% from 610); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBB2E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB2E5 is #344D1A. Grayscale: #BFBFBF. Windows color (decimal): -3427611 or 15053515. OLE color: 15053515.
HSL color Cylindrical-coordinate representation of color #CBB2E5: hue angle of 269.41º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBB2E5 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 178 | 229 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.10 |
| HSL | 269.41º | 0.5% | 0.8% | - |
| HSV(B) | 269.41º | 0.22% | 0.9% | - |
| XYZ | 54.69 | 50.19 | 80.93 | - |
| YUV | 191.29 | 149.28 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 229 | 0.11 | 0.22 | 0 | 0.10 | 269.41 | 0.5 | 0.8 |
| Hex | CB | B2 | E5 | B | 16 | 0 | A | 10D | 32 | 50 |
| Octal | 313 | 262 | 345 | 13 | 26 | 0 | 12 | 415 | 62 | 120 |
| Binary | 11001011 | 10110010 | 11100101 | 1011 | 10110 | 0 | 1010 | 100001101 | 110010 | 1010000 |
Color Harmonies of #CBB2E5
Complementary color
Monochromatic Colors of #CBB2E5
Black with #CBB2E5
Text Example
Text Example
White with #CBB2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB2E5; }
p { color: rgb(203,178,229); }
H1.HeaderClassName
{
color: #CBB2E5;
}
.AnyTagClassName
{
color: #CBB2E5;
}
</style>
background-color css
<style>
a { background-color: #CBB2E5; }
a { background-color: rgb(203,178,229); }
div.DivClassName
{
background-color: #CBB2E5;
}
.BgClassName
{
background-color: #CBB2E5;
}
</style>
border-color css
<style>
span { border-color: #CBB2E5; }
span { border-color: rgb(203,178,229); }
td.TdClassName
{
border-color: #CBB2E5;
}
.TagClassName
{
border-color: #CBB2E5;
}
</style>