Shades of Perfume #C29DE8
Tints of Perfume #C29DE8
RGB
CMYK
RGB Variations
Color information
#C29DE8 (or 0xC29DE8) is known color: Perfume. HEX triplet: C2, 9D and E8. RGB value is (194,157,232). Sum of RGB (Red+Green+Blue) = 194+157+232=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 157 (61.72% from 255 or 26.93% from 583); Blue value is 232 (91.02% from 255 or 39.79% from 583); Max value from RGB is 232 - color contains mainly: blue. Hex color #C29DE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29DE8 is #3D6217. Grayscale: #B0B0B0. Windows color (decimal): -4022808 or 15244738. OLE color: 15244738.
HSL color Cylindrical-coordinate representation of color #C29DE8: hue angle of 269.6º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C29DE8 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 157 | 232 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.09 |
| HSL | 269.6º | 0.62% | 0.76% | - |
| HSV(B) | 269.6º | 0.32% | 0.91% | - |
| XYZ | 48.87 | 41.41 | 81.76 | - |
| YUV | 176.61 | 159.26 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 232 | 0.16 | 0.32 | 0 | 0.09 | 269.6 | 0.62 | 0.76 |
| Hex | C2 | 9D | E8 | 10 | 20 | 0 | 9 | 10E | 3E | 4C |
| Octal | 302 | 235 | 350 | 20 | 40 | 0 | 11 | 416 | 76 | 114 |
| Binary | 11000010 | 10011101 | 11101000 | 10000 | 100000 | 0 | 1001 | 100001110 | 111110 | 1001100 |
Color Harmonies of #C29DE8
Complementary color
Monochromatic Colors of #C29DE8
Black with #C29DE8
Text Example
Text Example
White with #C29DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29DE8; }
p { color: rgb(194,157,232); }
H1.HeaderClassName
{
color: #C29DE8;
}
.AnyTagClassName
{
color: #C29DE8;
}
</style>
background-color css
<style>
a { background-color: #C29DE8; }
a { background-color: rgb(194,157,232); }
div.DivClassName
{
background-color: #C29DE8;
}
.BgClassName
{
background-color: #C29DE8;
}
</style>
border-color css
<style>
span { border-color: #C29DE8; }
span { border-color: rgb(194,157,232); }
td.TdClassName
{
border-color: #C29DE8;
}
.TagClassName
{
border-color: #C29DE8;
}
</style>