Shades of Perfume #CCB0F0
Tints of Perfume #CCB0F0
RGB
CMYK
RGB Variations
Color information
#CCB0F0 (or 0xCCB0F0) is known color: Perfume. HEX triplet: CC, B0 and F0. RGB value is (204,176,240). Sum of RGB (Red+Green+Blue) = 204+176+240=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 176 (69.14% from 255 or 28.39% from 620); Blue value is 240 (94.14% from 255 or 38.71% from 620); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCB0F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB0F0 is #334F0F. Grayscale: #BFBFBF. Windows color (decimal): -3362576 or 15773900. OLE color: 15773900.
HSL color Cylindrical-coordinate representation of color #CCB0F0: hue angle of 266.25º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCB0F0 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 176 | 240 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.06 |
| HSL | 266.25º | 0.68% | 0.82% | - |
| HSV(B) | 266.25º | 0.27% | 0.94% | - |
| XYZ | 56.16 | 50.18 | 89.16 | - |
| YUV | 191.67 | 155.28 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 240 | 0.15 | 0.27 | 0 | 0.06 | 266.25 | 0.68 | 0.82 |
| Hex | CC | B0 | F0 | F | 1B | 0 | 6 | 10A | 44 | 52 |
| Octal | 314 | 260 | 360 | 17 | 33 | 0 | 6 | 412 | 104 | 122 |
| Binary | 11001100 | 10110000 | 11110000 | 1111 | 11011 | 0 | 110 | 100001010 | 1000100 | 1010010 |
Color Harmonies of #CCB0F0
Complementary color
Monochromatic Colors of #CCB0F0
Black with #CCB0F0
Text Example
Text Example
White with #CCB0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB0F0; }
p { color: rgb(204,176,240); }
H1.HeaderClassName
{
color: #CCB0F0;
}
.AnyTagClassName
{
color: #CCB0F0;
}
</style>
background-color css
<style>
a { background-color: #CCB0F0; }
a { background-color: rgb(204,176,240); }
div.DivClassName
{
background-color: #CCB0F0;
}
.BgClassName
{
background-color: #CCB0F0;
}
</style>
border-color css
<style>
span { border-color: #CCB0F0; }
span { border-color: rgb(204,176,240); }
td.TdClassName
{
border-color: #CCB0F0;
}
.TagClassName
{
border-color: #CCB0F0;
}
</style>