Shades of Perfume #CCB1EC
Tints of Perfume #CCB1EC
RGB
CMYK
RGB Variations
Color information
#CCB1EC (or 0xCCB1EC) is known color: Perfume. HEX triplet: CC, B1 and EC. RGB value is (204,177,236). Sum of RGB (Red+Green+Blue) = 204+177+236=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 177 (69.53% from 255 or 28.69% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCB1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB1EC is #334E13. Grayscale: #BFBFBF. Windows color (decimal): -3362324 or 15512012. OLE color: 15512012.
HSL color Cylindrical-coordinate representation of color #CCB1EC: hue angle of 267.46º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCB1EC is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 177 | 236 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.07 |
| HSL | 267.46º | 0.61% | 0.81% | - |
| HSV(B) | 267.46º | 0.25% | 0.93% | - |
| XYZ | 55.76 | 50.34 | 86.13 | - |
| YUV | 191.8 | 152.95 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 236 | 0.14 | 0.25 | 0 | 0.07 | 267.46 | 0.61 | 0.81 |
| Hex | CC | B1 | EC | E | 19 | 0 | 7 | 10B | 3D | 51 |
| Octal | 314 | 261 | 354 | 16 | 31 | 0 | 7 | 413 | 75 | 121 |
| Binary | 11001100 | 10110001 | 11101100 | 1110 | 11001 | 0 | 111 | 100001011 | 111101 | 1010001 |
Color Harmonies of #CCB1EC
Complementary color
Monochromatic Colors of #CCB1EC
Black with #CCB1EC
Text Example
Text Example
White with #CCB1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB1EC; }
p { color: rgb(204,177,236); }
H1.HeaderClassName
{
color: #CCB1EC;
}
.AnyTagClassName
{
color: #CCB1EC;
}
</style>
background-color css
<style>
a { background-color: #CCB1EC; }
a { background-color: rgb(204,177,236); }
div.DivClassName
{
background-color: #CCB1EC;
}
.BgClassName
{
background-color: #CCB1EC;
}
</style>
border-color css
<style>
span { border-color: #CCB1EC; }
span { border-color: rgb(204,177,236); }
td.TdClassName
{
border-color: #CCB1EC;
}
.TagClassName
{
border-color: #CCB1EC;
}
</style>