Shades of Perfume #CCB3E8
Tints of Perfume #CCB3E8
RGB
CMYK
RGB Variations
Color information
#CCB3E8 (or 0xCCB3E8) is known color: Perfume. HEX triplet: CC, B3 and E8. RGB value is (204,179,232). Sum of RGB (Red+Green+Blue) = 204+179+232=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 179 (70.31% from 255 or 29.11% from 615); Blue value is 232 (91.02% from 255 or 37.72% from 615); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCB3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB3E8 is #334C17. Grayscale: #C0C0C0. Windows color (decimal): -3361816 or 15250380. OLE color: 15250380.
HSL color Cylindrical-coordinate representation of color #CCB3E8: hue angle of 268.3º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCB3E8 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 179 | 232 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.09 |
| HSL | 268.3º | 0.54% | 0.81% | - |
| HSV(B) | 268.3º | 0.23% | 0.91% | - |
| XYZ | 55.59 | 50.9 | 83.24 | - |
| YUV | 192.52 | 150.28 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 232 | 0.12 | 0.23 | 0 | 0.09 | 268.3 | 0.54 | 0.81 |
| Hex | CC | B3 | E8 | C | 17 | 0 | 9 | 10C | 36 | 51 |
| Octal | 314 | 263 | 350 | 14 | 27 | 0 | 11 | 414 | 66 | 121 |
| Binary | 11001100 | 10110011 | 11101000 | 1100 | 10111 | 0 | 1001 | 100001100 | 110110 | 1010001 |
Color Harmonies of #CCB3E8
Complementary color
Monochromatic Colors of #CCB3E8
Black with #CCB3E8
Text Example
Text Example
White with #CCB3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB3E8; }
p { color: rgb(204,179,232); }
H1.HeaderClassName
{
color: #CCB3E8;
}
.AnyTagClassName
{
color: #CCB3E8;
}
</style>
background-color css
<style>
a { background-color: #CCB3E8; }
a { background-color: rgb(204,179,232); }
div.DivClassName
{
background-color: #CCB3E8;
}
.BgClassName
{
background-color: #CCB3E8;
}
</style>
border-color css
<style>
span { border-color: #CCB3E8; }
span { border-color: rgb(204,179,232); }
td.TdClassName
{
border-color: #CCB3E8;
}
.TagClassName
{
border-color: #CCB3E8;
}
</style>