Shades of Perfume #CCB3E9
Tints of Perfume #CCB3E9
RGB
CMYK
RGB Variations
Color information
#CCB3E9 (or 0xCCB3E9) is known color: Perfume. HEX triplet: CC, B3 and E9. RGB value is (204,179,233). Sum of RGB (Red+Green+Blue) = 204+179+233=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 179 (70.31% from 255 or 29.06% from 616); Blue value is 233 (91.41% from 255 or 37.82% from 616); Max value from RGB is 233 - color contains mainly: blue. Hex color #CCB3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB3E9 is #334C16. Grayscale: #C0C0C0. Windows color (decimal): -3361815 or 15315916. OLE color: 15315916.
HSL color Cylindrical-coordinate representation of color #CCB3E9: hue angle of 267.78º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCB3E9 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 179 | 233 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.09 |
| HSL | 267.78º | 0.55% | 0.81% | - |
| HSV(B) | 267.78º | 0.23% | 0.91% | - |
| XYZ | 55.73 | 50.96 | 83.99 | - |
| YUV | 192.63 | 150.78 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 233 | 0.12 | 0.23 | 0 | 0.09 | 267.78 | 0.55 | 0.81 |
| Hex | CC | B3 | E9 | C | 17 | 0 | 9 | 10C | 37 | 51 |
| Octal | 314 | 263 | 351 | 14 | 27 | 0 | 11 | 414 | 67 | 121 |
| Binary | 11001100 | 10110011 | 11101001 | 1100 | 10111 | 0 | 1001 | 100001100 | 110111 | 1010001 |
Color Harmonies of #CCB3E9
Complementary color
Monochromatic Colors of #CCB3E9
Black with #CCB3E9
Text Example
Text Example
White with #CCB3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB3E9; }
p { color: rgb(204,179,233); }
H1.HeaderClassName
{
color: #CCB3E9;
}
.AnyTagClassName
{
color: #CCB3E9;
}
</style>
background-color css
<style>
a { background-color: #CCB3E9; }
a { background-color: rgb(204,179,233); }
div.DivClassName
{
background-color: #CCB3E9;
}
.BgClassName
{
background-color: #CCB3E9;
}
</style>
border-color css
<style>
span { border-color: #CCB3E9; }
span { border-color: rgb(204,179,233); }
td.TdClassName
{
border-color: #CCB3E9;
}
.TagClassName
{
border-color: #CCB3E9;
}
</style>