Shades of Perfume #CBB4E7
Tints of Perfume #CBB4E7
RGB
CMYK
RGB Variations
Color information
#CBB4E7 (or 0xCBB4E7) is known color: Perfume. HEX triplet: CB, B4 and E7. RGB value is (203,180,231). Sum of RGB (Red+Green+Blue) = 203+180+231=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 180 (70.70% from 255 or 29.32% from 614); Blue value is 231 (90.62% from 255 or 37.62% from 614); Max value from RGB is 231 - color contains mainly: blue. Hex color #CBB4E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB4E7 is #344B18. Grayscale: #C0C0C0. Windows color (decimal): -3427097 or 15185099. OLE color: 15185099.
HSL color Cylindrical-coordinate representation of color #CBB4E7: hue angle of 267.06º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBB4E7 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 180 | 231 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.09 |
| HSL | 267.06º | 0.52% | 0.81% | - |
| HSV(B) | 267.06º | 0.22% | 0.91% | - |
| XYZ | 55.37 | 51.11 | 82.55 | - |
| YUV | 192.69 | 149.62 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 231 | 0.12 | 0.22 | 0 | 0.09 | 267.06 | 0.52 | 0.81 |
| Hex | CB | B4 | E7 | C | 16 | 0 | 9 | 10B | 34 | 51 |
| Octal | 313 | 264 | 347 | 14 | 26 | 0 | 11 | 413 | 64 | 121 |
| Binary | 11001011 | 10110100 | 11100111 | 1100 | 10110 | 0 | 1001 | 100001011 | 110100 | 1010001 |
Color Harmonies of #CBB4E7
Complementary color
Monochromatic Colors of #CBB4E7
Black with #CBB4E7
Text Example
Text Example
White with #CBB4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB4E7; }
p { color: rgb(203,180,231); }
H1.HeaderClassName
{
color: #CBB4E7;
}
.AnyTagClassName
{
color: #CBB4E7;
}
</style>
background-color css
<style>
a { background-color: #CBB4E7; }
a { background-color: rgb(203,180,231); }
div.DivClassName
{
background-color: #CBB4E7;
}
.BgClassName
{
background-color: #CBB4E7;
}
</style>
border-color css
<style>
span { border-color: #CBB4E7; }
span { border-color: rgb(203,180,231); }
td.TdClassName
{
border-color: #CBB4E7;
}
.TagClassName
{
border-color: #CBB4E7;
}
</style>