Shades of Perfume #CCB3EA
Tints of Perfume #CCB3EA
RGB
CMYK
RGB Variations
Color information
#CCB3EA (or 0xCCB3EA) is known color: Perfume. HEX triplet: CC, B3 and EA. RGB value is (204,179,234). Sum of RGB (Red+Green+Blue) = 204+179+234=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 179 (70.31% from 255 or 29.01% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCB3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB3EA is #334C15. Grayscale: #C0C0C0. Windows color (decimal): -3361814 or 15381452. OLE color: 15381452.
HSL color Cylindrical-coordinate representation of color #CCB3EA: hue angle of 267.27º 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 #CCB3EA is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 179 | 234 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.08 |
| HSL | 267.27º | 0.57% | 0.81% | - |
| HSV(B) | 267.27º | 0.24% | 0.92% | - |
| XYZ | 55.87 | 51.02 | 84.74 | - |
| YUV | 192.75 | 151.28 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 234 | 0.13 | 0.24 | 0 | 0.08 | 267.27 | 0.57 | 0.81 |
| Hex | CC | B3 | EA | D | 18 | 0 | 8 | 10B | 39 | 51 |
| Octal | 314 | 263 | 352 | 15 | 30 | 0 | 10 | 413 | 71 | 121 |
| Binary | 11001100 | 10110011 | 11101010 | 1101 | 11000 | 0 | 1000 | 100001011 | 111001 | 1010001 |
Color Harmonies of #CCB3EA
Complementary color
Monochromatic Colors of #CCB3EA
Black with #CCB3EA
Text Example
Text Example
White with #CCB3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB3EA; }
p { color: rgb(204,179,234); }
H1.HeaderClassName
{
color: #CCB3EA;
}
.AnyTagClassName
{
color: #CCB3EA;
}
</style>
background-color css
<style>
a { background-color: #CCB3EA; }
a { background-color: rgb(204,179,234); }
div.DivClassName
{
background-color: #CCB3EA;
}
.BgClassName
{
background-color: #CCB3EA;
}
</style>
border-color css
<style>
span { border-color: #CCB3EA; }
span { border-color: rgb(204,179,234); }
td.TdClassName
{
border-color: #CCB3EA;
}
.TagClassName
{
border-color: #CCB3EA;
}
</style>