Shades of Perfume #CCB3E1
Tints of Perfume #CCB3E1
RGB
CMYK
RGB Variations
Color information
#CCB3E1 (or 0xCCB3E1) is known color: Perfume. HEX triplet: CC, B3 and E1. RGB value is (204,179,225). Sum of RGB (Red+Green+Blue) = 204+179+225=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 179 (70.31% from 255 or 29.44% from 608); Blue value is 225 (88.28% from 255 or 37.01% from 608); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCB3E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB3E1 is #334C1E. Grayscale: #BFBFBF. Windows color (decimal): -3361823 or 14791628. OLE color: 14791628.
HSL color Cylindrical-coordinate representation of color #CCB3E1: hue angle of 272.61º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCB3E1 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 179 | 225 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.12 |
| HSL | 272.61º | 0.43% | 0.79% | - |
| HSV(B) | 272.61º | 0.2% | 0.88% | - |
| XYZ | 54.61 | 50.51 | 78.11 | - |
| YUV | 191.72 | 146.78 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 225 | 0.09 | 0.20 | 0 | 0.12 | 272.61 | 0.43 | 0.79 |
| Hex | CC | B3 | E1 | 9 | 14 | 0 | C | 111 | 2B | 4F |
| Octal | 314 | 263 | 341 | 11 | 24 | 0 | 14 | 421 | 53 | 117 |
| Binary | 11001100 | 10110011 | 11100001 | 1001 | 10100 | 0 | 1100 | 100010001 | 101011 | 1001111 |
Color Harmonies of #CCB3E1
Complementary color
Monochromatic Colors of #CCB3E1
Black with #CCB3E1
Text Example
Text Example
White with #CCB3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB3E1; }
p { color: rgb(204,179,225); }
H1.HeaderClassName
{
color: #CCB3E1;
}
.AnyTagClassName
{
color: #CCB3E1;
}
</style>
background-color css
<style>
a { background-color: #CCB3E1; }
a { background-color: rgb(204,179,225); }
div.DivClassName
{
background-color: #CCB3E1;
}
.BgClassName
{
background-color: #CCB3E1;
}
</style>
border-color css
<style>
span { border-color: #CCB3E1; }
span { border-color: rgb(204,179,225); }
td.TdClassName
{
border-color: #CCB3E1;
}
.TagClassName
{
border-color: #CCB3E1;
}
</style>