Shades of Perfume #C29EED
Tints of Perfume #C29EED
RGB
CMYK
RGB Variations
Color information
#C29EED (or 0xC29EED) is known color: Perfume. HEX triplet: C2, 9E and ED. RGB value is (194,158,237). Sum of RGB (Red+Green+Blue) = 194+158+237=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 158 (62.11% from 255 or 26.83% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #C29EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29EED is #3D6112. Grayscale: #B1B1B1. Windows color (decimal): -4022547 or 15572674. OLE color: 15572674.
HSL color Cylindrical-coordinate representation of color #C29EED: hue angle of 267.34º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C29EED is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 158 | 237 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.07 |
| HSL | 267.34º | 0.69% | 0.77% | - |
| HSV(B) | 267.34º | 0.33% | 0.93% | - |
| XYZ | 49.76 | 42.04 | 85.61 | - |
| YUV | 177.77 | 161.43 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 237 | 0.18 | 0.33 | 0 | 0.07 | 267.34 | 0.69 | 0.77 |
| Hex | C2 | 9E | ED | 12 | 21 | 0 | 7 | 10B | 45 | 4D |
| Octal | 302 | 236 | 355 | 22 | 41 | 0 | 7 | 413 | 105 | 115 |
| Binary | 11000010 | 10011110 | 11101101 | 10010 | 100001 | 0 | 111 | 100001011 | 1000101 | 1001101 |
Color Harmonies of #C29EED
Complementary color
Monochromatic Colors of #C29EED
Black with #C29EED
Text Example
Text Example
White with #C29EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29EED; }
p { color: rgb(194,158,237); }
H1.HeaderClassName
{
color: #C29EED;
}
.AnyTagClassName
{
color: #C29EED;
}
</style>
background-color css
<style>
a { background-color: #C29EED; }
a { background-color: rgb(194,158,237); }
div.DivClassName
{
background-color: #C29EED;
}
.BgClassName
{
background-color: #C29EED;
}
</style>
border-color css
<style>
span { border-color: #C29EED; }
span { border-color: rgb(194,158,237); }
td.TdClassName
{
border-color: #C29EED;
}
.TagClassName
{
border-color: #C29EED;
}
</style>