Shades of Perfume #CCB0EE
Tints of Perfume #CCB0EE
RGB
CMYK
RGB Variations
Color information
#CCB0EE (or 0xCCB0EE) is known color: Perfume. HEX triplet: CC, B0 and EE. RGB value is (204,176,238). Sum of RGB (Red+Green+Blue) = 204+176+238=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 176 (69.14% from 255 or 28.48% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCB0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB0EE is #334F11. Grayscale: #BFBFBF. Windows color (decimal): -3362578 or 15642828. OLE color: 15642828.
HSL color Cylindrical-coordinate representation of color #CCB0EE: hue angle of 267.1º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCB0EE is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 176 | 238 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.07 |
| HSL | 267.1º | 0.65% | 0.81% | - |
| HSV(B) | 267.1º | 0.26% | 0.93% | - |
| XYZ | 55.86 | 50.06 | 87.61 | - |
| YUV | 191.44 | 154.28 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 238 | 0.14 | 0.26 | 0 | 0.07 | 267.1 | 0.65 | 0.81 |
| Hex | CC | B0 | EE | E | 1A | 0 | 7 | 10B | 41 | 51 |
| Octal | 314 | 260 | 356 | 16 | 32 | 0 | 7 | 413 | 101 | 121 |
| Binary | 11001100 | 10110000 | 11101110 | 1110 | 11010 | 0 | 111 | 100001011 | 1000001 | 1010001 |
Color Harmonies of #CCB0EE
Complementary color
Monochromatic Colors of #CCB0EE
Black with #CCB0EE
Text Example
Text Example
White with #CCB0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB0EE; }
p { color: rgb(204,176,238); }
H1.HeaderClassName
{
color: #CCB0EE;
}
.AnyTagClassName
{
color: #CCB0EE;
}
</style>
background-color css
<style>
a { background-color: #CCB0EE; }
a { background-color: rgb(204,176,238); }
div.DivClassName
{
background-color: #CCB0EE;
}
.BgClassName
{
background-color: #CCB0EE;
}
</style>
border-color css
<style>
span { border-color: #CCB0EE; }
span { border-color: rgb(204,176,238); }
td.TdClassName
{
border-color: #CCB0EE;
}
.TagClassName
{
border-color: #CCB0EE;
}
</style>