Shades of Perfume #C69DED
Tints of Perfume #C69DED
RGB
CMYK
RGB Variations
Color information
#C69DED (or 0xC69DED) is known color: Perfume. HEX triplet: C6, 9D and ED. RGB value is (198,157,237). Sum of RGB (Red+Green+Blue) = 198+157+237=592 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.45% from 592); Green value is 157 (61.72% from 255 or 26.52% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #C69DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69DED is #396212. Grayscale: #B2B2B2. Windows color (decimal): -3760659 or 15572422. OLE color: 15572422.
HSL color Cylindrical-coordinate representation of color #C69DED: hue angle of 270.75º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C69DED is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 157 | 237 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.07 |
| HSL | 270.75º | 0.69% | 0.77% | - |
| HSV(B) | 270.75º | 0.34% | 0.93% | - |
| XYZ | 50.63 | 42.23 | 85.6 | - |
| YUV | 178.38 | 161.08 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 237 | 0.16 | 0.34 | 0 | 0.07 | 270.75 | 0.69 | 0.77 |
| Hex | C6 | 9D | ED | 10 | 22 | 0 | 7 | 10F | 45 | 4D |
| Octal | 306 | 235 | 355 | 20 | 42 | 0 | 7 | 417 | 105 | 115 |
| Binary | 11000110 | 10011101 | 11101101 | 10000 | 100010 | 0 | 111 | 100001111 | 1000101 | 1001101 |
Color Harmonies of #C69DED
Complementary color
Monochromatic Colors of #C69DED
Black with #C69DED
Text Example
Text Example
White with #C69DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69DED; }
p { color: rgb(198,157,237); }
H1.HeaderClassName
{
color: #C69DED;
}
.AnyTagClassName
{
color: #C69DED;
}
</style>
background-color css
<style>
a { background-color: #C69DED; }
a { background-color: rgb(198,157,237); }
div.DivClassName
{
background-color: #C69DED;
}
.BgClassName
{
background-color: #C69DED;
}
</style>
border-color css
<style>
span { border-color: #C69DED; }
span { border-color: rgb(198,157,237); }
td.TdClassName
{
border-color: #C69DED;
}
.TagClassName
{
border-color: #C69DED;
}
</style>