Shades of Perfume #CCB4E5
Tints of Perfume #CCB4E5
RGB
CMYK
RGB Variations
Color information
#CCB4E5 (or 0xCCB4E5) is known color: Perfume. HEX triplet: CC, B4 and E5. RGB value is (204,180,229). Sum of RGB (Red+Green+Blue) = 204+180+229=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 180 (70.70% from 255 or 29.36% from 613); Blue value is 229 (89.84% from 255 or 37.36% from 613); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCB4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB4E5 is #334B1A. Grayscale: #C0C0C0. Windows color (decimal): -3361563 or 15054028. OLE color: 15054028.
HSL color Cylindrical-coordinate representation of color #CCB4E5: hue angle of 269.39º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCB4E5 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 180 | 229 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.10 |
| HSL | 269.39º | 0.49% | 0.8% | - |
| HSV(B) | 269.39º | 0.21% | 0.9% | - |
| XYZ | 55.37 | 51.14 | 81.08 | - |
| YUV | 192.76 | 148.45 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 229 | 0.11 | 0.21 | 0 | 0.10 | 269.39 | 0.49 | 0.8 |
| Hex | CC | B4 | E5 | B | 15 | 0 | A | 10D | 31 | 50 |
| Octal | 314 | 264 | 345 | 13 | 25 | 0 | 12 | 415 | 61 | 120 |
| Binary | 11001100 | 10110100 | 11100101 | 1011 | 10101 | 0 | 1010 | 100001101 | 110001 | 1010000 |
Color Harmonies of #CCB4E5
Complementary color
Monochromatic Colors of #CCB4E5
Black with #CCB4E5
Text Example
Text Example
White with #CCB4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB4E5; }
p { color: rgb(204,180,229); }
H1.HeaderClassName
{
color: #CCB4E5;
}
.AnyTagClassName
{
color: #CCB4E5;
}
</style>
background-color css
<style>
a { background-color: #CCB4E5; }
a { background-color: rgb(204,180,229); }
div.DivClassName
{
background-color: #CCB4E5;
}
.BgClassName
{
background-color: #CCB4E5;
}
</style>
border-color css
<style>
span { border-color: #CCB4E5; }
span { border-color: rgb(204,180,229); }
td.TdClassName
{
border-color: #CCB4E5;
}
.TagClassName
{
border-color: #CCB4E5;
}
</style>