Shades of Perfume #CCB0E5
Tints of Perfume #CCB0E5
RGB
CMYK
RGB Variations
Color information
#CCB0E5 (or 0xCCB0E5) is known color: Perfume. HEX triplet: CC, B0 and E5. RGB value is (204,176,229). Sum of RGB (Red+Green+Blue) = 204+176+229=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 176 (69.14% from 255 or 28.90% from 609); Blue value is 229 (89.84% from 255 or 37.60% from 609); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCB0E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0E5 is #334F1A. Grayscale: #BEBEBE. Windows color (decimal): -3362587 or 15053004. OLE color: 15053004.
HSL color Cylindrical-coordinate representation of color #CCB0E5: hue angle of 271.7º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCB0E5 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 176 | 229 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.10 |
| HSL | 271.7º | 0.5% | 0.79% | - |
| HSV(B) | 271.7º | 0.23% | 0.9% | - |
| XYZ | 54.57 | 49.55 | 80.82 | - |
| YUV | 190.41 | 149.78 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 229 | 0.11 | 0.23 | 0 | 0.10 | 271.7 | 0.5 | 0.79 |
| Hex | CC | B0 | E5 | B | 17 | 0 | A | 110 | 32 | 4F |
| Octal | 314 | 260 | 345 | 13 | 27 | 0 | 12 | 420 | 62 | 117 |
| Binary | 11001100 | 10110000 | 11100101 | 1011 | 10111 | 0 | 1010 | 100010000 | 110010 | 1001111 |
Color Harmonies of #CCB0E5
Complementary color
Monochromatic Colors of #CCB0E5
Black with #CCB0E5
Text Example
Text Example
White with #CCB0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB0E5; }
p { color: rgb(204,176,229); }
H1.HeaderClassName
{
color: #CCB0E5;
}
.AnyTagClassName
{
color: #CCB0E5;
}
</style>
background-color css
<style>
a { background-color: #CCB0E5; }
a { background-color: rgb(204,176,229); }
div.DivClassName
{
background-color: #CCB0E5;
}
.BgClassName
{
background-color: #CCB0E5;
}
</style>
border-color css
<style>
span { border-color: #CCB0E5; }
span { border-color: rgb(204,176,229); }
td.TdClassName
{
border-color: #CCB0E5;
}
.TagClassName
{
border-color: #CCB0E5;
}
</style>