Shades of Perfume #C29EEC
Tints of Perfume #C29EEC
RGB
CMYK
RGB Variations
Color information
#C29EEC (or 0xC29EEC) is known color: Perfume. HEX triplet: C2, 9E and EC. RGB value is (194,158,236). Sum of RGB (Red+Green+Blue) = 194+158+236=588 (77% of max value = 765). Red value is 194 (76.17% from 255 or 32.99% from 588); Green value is 158 (62.11% from 255 or 26.87% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: blue. Hex color #C29EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29EEC is #3D6113. Grayscale: #B1B1B1. Windows color (decimal): -4022548 or 15507138. OLE color: 15507138.
HSL color Cylindrical-coordinate representation of color #C29EEC: hue angle of 267.69º degrees, saturation: 0.67, 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 #C29EEC is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 194 | 158 | 236 | - |
CMYK | 0.18 | 0.33 | 0 | 0.07 |
HSL | 267.69º | 0.67% | 0.77% | - |
HSV(B) | 267.69º | 0.33% | 0.93% | - |
XYZ | 49.62 | 41.98 | 84.84 | - |
YUV | 177.66 | 160.93 | 139.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 158 | 236 | 0.18 | 0.33 | 0 | 0.07 | 267.69 | 0.67 | 0.77 |
Hex | C2 | 9E | EC | 12 | 21 | 0 | 7 | 10C | 43 | 4D |
Octal | 302 | 236 | 354 | 22 | 41 | 0 | 7 | 414 | 103 | 115 |
Binary | 11000010 | 10011110 | 11101100 | 10010 | 100001 | 0 | 111 | 100001100 | 1000011 | 1001101 |
Color Harmonies of #C29EEC
Complementary color
Monochromatic Colors of #C29EEC
Black with #C29EEC
Text Example
Text Example
White with #C29EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29EEC; }
p { color: rgb(194,158,236); }
H1.HeaderClassName
{
color: #C29EEC;
}
.AnyTagClassName
{
color: #C29EEC;
}
</style>
background-color css
<style>
a { background-color: #C29EEC; }
a { background-color: rgb(194,158,236); }
div.DivClassName
{
background-color: #C29EEC;
}
.BgClassName
{
background-color: #C29EEC;
}
</style>
border-color css
<style>
span { border-color: #C29EEC; }
span { border-color: rgb(194,158,236); }
td.TdClassName
{
border-color: #C29EEC;
}
.TagClassName
{
border-color: #C29EEC;
}
</style>