Shades of Perfume #CBB5DE
Tints of Perfume #CBB5DE
RGB
CMYK
RGB Variations
Color information
#CBB5DE (or 0xCBB5DE) is known color: Perfume. HEX triplet: CB, B5 and DE. RGB value is (203,181,222). Sum of RGB (Red+Green+Blue) = 203+181+222=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 181 (71.09% from 255 or 29.87% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBB5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB5DE is #344A21. Grayscale: #C0C0C0. Windows color (decimal): -3426850 or 14595531. OLE color: 14595531.
HSL color Cylindrical-coordinate representation of color #CBB5DE: hue angle of 272.2º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBB5DE is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 181 | 222 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.13 |
| HSL | 272.2º | 0.38% | 0.79% | - |
| HSV(B) | 272.2º | 0.18% | 0.87% | - |
| XYZ | 54.34 | 51.02 | 76.09 | - |
| YUV | 192.25 | 144.79 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 222 | 0.09 | 0.18 | 0 | 0.13 | 272.2 | 0.38 | 0.79 |
| Hex | CB | B5 | DE | 9 | 12 | 0 | D | 110 | 26 | 4F |
| Octal | 313 | 265 | 336 | 11 | 22 | 0 | 15 | 420 | 46 | 117 |
| Binary | 11001011 | 10110101 | 11011110 | 1001 | 10010 | 0 | 1101 | 100010000 | 100110 | 1001111 |
Color Harmonies of #CBB5DE
Complementary color
Monochromatic Colors of #CBB5DE
Black with #CBB5DE
Text Example
Text Example
White with #CBB5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB5DE; }
p { color: rgb(203,181,222); }
H1.HeaderClassName
{
color: #CBB5DE;
}
.AnyTagClassName
{
color: #CBB5DE;
}
</style>
background-color css
<style>
a { background-color: #CBB5DE; }
a { background-color: rgb(203,181,222); }
div.DivClassName
{
background-color: #CBB5DE;
}
.BgClassName
{
background-color: #CBB5DE;
}
</style>
border-color css
<style>
span { border-color: #CBB5DE; }
span { border-color: rgb(203,181,222); }
td.TdClassName
{
border-color: #CBB5DE;
}
.TagClassName
{
border-color: #CBB5DE;
}
</style>