Shades of Perfume #CCB2EA
Tints of Perfume #CCB2EA
RGB
CMYK
RGB Variations
Color information
#CCB2EA (or 0xCCB2EA) is known color: Perfume. HEX triplet: CC, B2 and EA. RGB value is (204,178,234). Sum of RGB (Red+Green+Blue) = 204+178+234=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 178 (69.92% from 255 or 28.90% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCB2EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB2EA is #334D15. Grayscale: #BFBFBF. Windows color (decimal): -3362070 or 15381196. OLE color: 15381196.
HSL color Cylindrical-coordinate representation of color #CCB2EA: hue angle of 267.86º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCB2EA is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 178 | 234 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.08 |
| HSL | 267.86º | 0.57% | 0.81% | - |
| HSV(B) | 267.86º | 0.24% | 0.92% | - |
| XYZ | 55.67 | 50.62 | 84.68 | - |
| YUV | 192.16 | 151.61 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 234 | 0.13 | 0.24 | 0 | 0.08 | 267.86 | 0.57 | 0.81 |
| Hex | CC | B2 | EA | D | 18 | 0 | 8 | 10C | 39 | 51 |
| Octal | 314 | 262 | 352 | 15 | 30 | 0 | 10 | 414 | 71 | 121 |
| Binary | 11001100 | 10110010 | 11101010 | 1101 | 11000 | 0 | 1000 | 100001100 | 111001 | 1010001 |
Color Harmonies of #CCB2EA
Complementary color
Monochromatic Colors of #CCB2EA
Black with #CCB2EA
Text Example
Text Example
White with #CCB2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB2EA; }
p { color: rgb(204,178,234); }
H1.HeaderClassName
{
color: #CCB2EA;
}
.AnyTagClassName
{
color: #CCB2EA;
}
</style>
background-color css
<style>
a { background-color: #CCB2EA; }
a { background-color: rgb(204,178,234); }
div.DivClassName
{
background-color: #CCB2EA;
}
.BgClassName
{
background-color: #CCB2EA;
}
</style>
border-color css
<style>
span { border-color: #CCB2EA; }
span { border-color: rgb(204,178,234); }
td.TdClassName
{
border-color: #CCB2EA;
}
.TagClassName
{
border-color: #CCB2EA;
}
</style>