Shades of Perfume #CBB1EF
Tints of Perfume #CBB1EF
RGB
CMYK
RGB Variations
Color information
#CBB1EF (or 0xCBB1EF) is known color: Perfume. HEX triplet: CB, B1 and EF. RGB value is (203,177,239). Sum of RGB (Red+Green+Blue) = 203+177+239=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 177 (69.53% from 255 or 28.59% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBB1EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBB1EF is #344E10. Grayscale: #BFBFBF. Windows color (decimal): -3427857 or 15708619. OLE color: 15708619.
HSL color Cylindrical-coordinate representation of color #CBB1EF: hue angle of 265.16º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBB1EF is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 177 | 239 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.06 |
| HSL | 265.16º | 0.66% | 0.82% | - |
| HSV(B) | 265.16º | 0.26% | 0.94% | - |
| XYZ | 55.93 | 50.37 | 88.44 | - |
| YUV | 191.84 | 154.61 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 239 | 0.15 | 0.26 | 0 | 0.06 | 265.16 | 0.66 | 0.82 |
| Hex | CB | B1 | EF | F | 1A | 0 | 6 | 109 | 42 | 52 |
| Octal | 313 | 261 | 357 | 17 | 32 | 0 | 6 | 411 | 102 | 122 |
| Binary | 11001011 | 10110001 | 11101111 | 1111 | 11010 | 0 | 110 | 100001001 | 1000010 | 1010010 |
Color Harmonies of #CBB1EF
Complementary color
Monochromatic Colors of #CBB1EF
Black with #CBB1EF
Text Example
Text Example
White with #CBB1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB1EF; }
p { color: rgb(203,177,239); }
H1.HeaderClassName
{
color: #CBB1EF;
}
.AnyTagClassName
{
color: #CBB1EF;
}
</style>
background-color css
<style>
a { background-color: #CBB1EF; }
a { background-color: rgb(203,177,239); }
div.DivClassName
{
background-color: #CBB1EF;
}
.BgClassName
{
background-color: #CBB1EF;
}
</style>
border-color css
<style>
span { border-color: #CBB1EF; }
span { border-color: rgb(203,177,239); }
td.TdClassName
{
border-color: #CBB1EF;
}
.TagClassName
{
border-color: #CBB1EF;
}
</style>