Shades of Perfume #CCB3E2
Tints of Perfume #CCB3E2
RGB
CMYK
RGB Variations
Color information
#CCB3E2 (or 0xCCB3E2) is known color: Perfume. HEX triplet: CC, B3 and E2. RGB value is (204,179,226). Sum of RGB (Red+Green+Blue) = 204+179+226=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 179 (70.31% from 255 or 29.39% from 609); Blue value is 226 (88.67% from 255 or 37.11% from 609); Max value from RGB is 226 - color contains mainly: blue. Hex color #CCB3E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB3E2 is #334C1D. Grayscale: #BFBFBF. Windows color (decimal): -3361822 or 14857164. OLE color: 14857164.
HSL color Cylindrical-coordinate representation of color #CCB3E2: hue angle of 271.91º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCB3E2 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 179 | 226 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.11 |
| HSL | 271.91º | 0.45% | 0.79% | - |
| HSV(B) | 271.91º | 0.21% | 0.89% | - |
| XYZ | 54.75 | 50.57 | 78.83 | - |
| YUV | 191.83 | 147.28 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 226 | 0.10 | 0.21 | 0 | 0.11 | 271.91 | 0.45 | 0.79 |
| Hex | CC | B3 | E2 | A | 15 | 0 | B | 110 | 2D | 4F |
| Octal | 314 | 263 | 342 | 12 | 25 | 0 | 13 | 420 | 55 | 117 |
| Binary | 11001100 | 10110011 | 11100010 | 1010 | 10101 | 0 | 1011 | 100010000 | 101101 | 1001111 |
Color Harmonies of #CCB3E2
Complementary color
Monochromatic Colors of #CCB3E2
Black with #CCB3E2
Text Example
Text Example
White with #CCB3E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB3E2; }
p { color: rgb(204,179,226); }
H1.HeaderClassName
{
color: #CCB3E2;
}
.AnyTagClassName
{
color: #CCB3E2;
}
</style>
background-color css
<style>
a { background-color: #CCB3E2; }
a { background-color: rgb(204,179,226); }
div.DivClassName
{
background-color: #CCB3E2;
}
.BgClassName
{
background-color: #CCB3E2;
}
</style>
border-color css
<style>
span { border-color: #CCB3E2; }
span { border-color: rgb(204,179,226); }
td.TdClassName
{
border-color: #CCB3E2;
}
.TagClassName
{
border-color: #CCB3E2;
}
</style>