Shades of Perfume #CCB2E8
Tints of Perfume #CCB2E8
RGB
CMYK
RGB Variations
Color information
#CCB2E8 (or 0xCCB2E8) is known color: Perfume. HEX triplet: CC, B2 and E8. RGB value is (204,178,232). Sum of RGB (Red+Green+Blue) = 204+178+232=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 178 (69.92% from 255 or 28.99% from 614); Blue value is 232 (91.02% from 255 or 37.79% from 614); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCB2E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB2E8 is #334D17. Grayscale: #BFBFBF. Windows color (decimal): -3362072 or 15250124. OLE color: 15250124.
HSL color Cylindrical-coordinate representation of color #CCB2E8: hue angle of 268.89º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCB2E8 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 178 | 232 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.09 |
| HSL | 268.89º | 0.54% | 0.8% | - |
| HSV(B) | 268.89º | 0.23% | 0.91% | - |
| XYZ | 55.39 | 50.5 | 83.17 | - |
| YUV | 191.93 | 150.61 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 232 | 0.12 | 0.23 | 0 | 0.09 | 268.89 | 0.54 | 0.8 |
| Hex | CC | B2 | E8 | C | 17 | 0 | 9 | 10D | 36 | 50 |
| Octal | 314 | 262 | 350 | 14 | 27 | 0 | 11 | 415 | 66 | 120 |
| Binary | 11001100 | 10110010 | 11101000 | 1100 | 10111 | 0 | 1001 | 100001101 | 110110 | 1010000 |
Color Harmonies of #CCB2E8
Complementary color
Monochromatic Colors of #CCB2E8
Black with #CCB2E8
Text Example
Text Example
White with #CCB2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB2E8; }
p { color: rgb(204,178,232); }
H1.HeaderClassName
{
color: #CCB2E8;
}
.AnyTagClassName
{
color: #CCB2E8;
}
</style>
background-color css
<style>
a { background-color: #CCB2E8; }
a { background-color: rgb(204,178,232); }
div.DivClassName
{
background-color: #CCB2E8;
}
.BgClassName
{
background-color: #CCB2E8;
}
</style>
border-color css
<style>
span { border-color: #CCB2E8; }
span { border-color: rgb(204,178,232); }
td.TdClassName
{
border-color: #CCB2E8;
}
.TagClassName
{
border-color: #CCB2E8;
}
</style>