Shades of Perfume #CCB7E0
Tints of Perfume #CCB7E0
RGB
CMYK
RGB Variations
Color information
#CCB7E0 (or 0xCCB7E0) is known color: Perfume. HEX triplet: CC, B7 and E0. RGB value is (204,183,224). Sum of RGB (Red+Green+Blue) = 204+183+224=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 183 (71.88% from 255 or 29.95% from 611); Blue value is 224 (87.89% from 255 or 36.66% from 611); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCB7E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB7E0 is #33481F. Grayscale: #C1C1C1. Windows color (decimal): -3360800 or 14727116. OLE color: 14727116.
HSL color Cylindrical-coordinate representation of color #CCB7E0: hue angle of 270.73º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCB7E0 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 183 | 224 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.12 |
| HSL | 270.73º | 0.4% | 0.8% | - |
| HSV(B) | 270.73º | 0.18% | 0.88% | - |
| XYZ | 55.29 | 52.09 | 77.66 | - |
| YUV | 193.95 | 144.96 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 224 | 0.09 | 0.18 | 0 | 0.12 | 270.73 | 0.4 | 0.8 |
| Hex | CC | B7 | E0 | 9 | 12 | 0 | C | 10F | 28 | 50 |
| Octal | 314 | 267 | 340 | 11 | 22 | 0 | 14 | 417 | 50 | 120 |
| Binary | 11001100 | 10110111 | 11100000 | 1001 | 10010 | 0 | 1100 | 100001111 | 101000 | 1010000 |
Color Harmonies of #CCB7E0
Complementary color
Monochromatic Colors of #CCB7E0
Black with #CCB7E0
Text Example
Text Example
White with #CCB7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB7E0; }
p { color: rgb(204,183,224); }
H1.HeaderClassName
{
color: #CCB7E0;
}
.AnyTagClassName
{
color: #CCB7E0;
}
</style>
background-color css
<style>
a { background-color: #CCB7E0; }
a { background-color: rgb(204,183,224); }
div.DivClassName
{
background-color: #CCB7E0;
}
.BgClassName
{
background-color: #CCB7E0;
}
</style>
border-color css
<style>
span { border-color: #CCB7E0; }
span { border-color: rgb(204,183,224); }
td.TdClassName
{
border-color: #CCB7E0;
}
.TagClassName
{
border-color: #CCB7E0;
}
</style>