Shades of Perfume #CCB0E1
Tints of Perfume #CCB0E1
RGB
CMYK
RGB Variations
Color information
#CCB0E1 (or 0xCCB0E1) is known color: Perfume. HEX triplet: CC, B0 and E1. RGB value is (204,176,225). Sum of RGB (Red+Green+Blue) = 204+176+225=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 176 (69.14% from 255 or 29.09% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCB0E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0E1 is #334F1E. Grayscale: #BDBDBD. Windows color (decimal): -3362591 or 14790860. OLE color: 14790860.
HSL color Cylindrical-coordinate representation of color #CCB0E1: hue angle of 274.29º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCB0E1 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 176 | 225 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.12 |
| HSL | 274.29º | 0.45% | 0.79% | - |
| HSV(B) | 274.29º | 0.22% | 0.88% | - |
| XYZ | 54.02 | 49.32 | 77.91 | - |
| YUV | 189.96 | 147.78 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 225 | 0.09 | 0.22 | 0 | 0.12 | 274.29 | 0.45 | 0.79 |
| Hex | CC | B0 | E1 | 9 | 16 | 0 | C | 112 | 2D | 4F |
| Octal | 314 | 260 | 341 | 11 | 26 | 0 | 14 | 422 | 55 | 117 |
| Binary | 11001100 | 10110000 | 11100001 | 1001 | 10110 | 0 | 1100 | 100010010 | 101101 | 1001111 |
Color Harmonies of #CCB0E1
Complementary color
Monochromatic Colors of #CCB0E1
Black with #CCB0E1
Text Example
Text Example
White with #CCB0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB0E1; }
p { color: rgb(204,176,225); }
H1.HeaderClassName
{
color: #CCB0E1;
}
.AnyTagClassName
{
color: #CCB0E1;
}
</style>
background-color css
<style>
a { background-color: #CCB0E1; }
a { background-color: rgb(204,176,225); }
div.DivClassName
{
background-color: #CCB0E1;
}
.BgClassName
{
background-color: #CCB0E1;
}
</style>
border-color css
<style>
span { border-color: #CCB0E1; }
span { border-color: rgb(204,176,225); }
td.TdClassName
{
border-color: #CCB0E1;
}
.TagClassName
{
border-color: #CCB0E1;
}
</style>