Shades of Perfume #C29EDF
Tints of Perfume #C29EDF
RGB
CMYK
RGB Variations
Color information
#C29EDF (or 0xC29EDF) is known color: Perfume. HEX triplet: C2, 9E and DF. RGB value is (194,158,223). Sum of RGB (Red+Green+Blue) = 194+158+223=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 158 (62.11% from 255 or 27.48% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #C29EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29EDF is #3D6120. Grayscale: #AFAFAF. Windows color (decimal): -4022561 or 14655170. OLE color: 14655170.
HSL color Cylindrical-coordinate representation of color #C29EDF: hue angle of 273.23º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C29EDF is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 158 | 223 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.13 |
| HSL | 273.23º | 0.5% | 0.75% | - |
| HSV(B) | 273.23º | 0.29% | 0.87% | - |
| XYZ | 47.79 | 41.25 | 75.26 | - |
| YUV | 176.17 | 154.43 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 223 | 0.13 | 0.29 | 0 | 0.13 | 273.23 | 0.5 | 0.75 |
| Hex | C2 | 9E | DF | D | 1D | 0 | D | 111 | 32 | 4B |
| Octal | 302 | 236 | 337 | 15 | 35 | 0 | 15 | 421 | 62 | 113 |
| Binary | 11000010 | 10011110 | 11011111 | 1101 | 11101 | 0 | 1101 | 100010001 | 110010 | 1001011 |
Color Harmonies of #C29EDF
Complementary color
Monochromatic Colors of #C29EDF
Black with #C29EDF
Text Example
Text Example
White with #C29EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29EDF; }
p { color: rgb(194,158,223); }
H1.HeaderClassName
{
color: #C29EDF;
}
.AnyTagClassName
{
color: #C29EDF;
}
</style>
background-color css
<style>
a { background-color: #C29EDF; }
a { background-color: rgb(194,158,223); }
div.DivClassName
{
background-color: #C29EDF;
}
.BgClassName
{
background-color: #C29EDF;
}
</style>
border-color css
<style>
span { border-color: #C29EDF; }
span { border-color: rgb(194,158,223); }
td.TdClassName
{
border-color: #C29EDF;
}
.TagClassName
{
border-color: #C29EDF;
}
</style>