Shades of Perfume #C69EEF
Tints of Perfume #C69EEF
RGB
CMYK
RGB Variations
Color information
#C69EEF (or 0xC69EEF) is known color: Perfume. HEX triplet: C6, 9E and EF. RGB value is (198,158,239). Sum of RGB (Red+Green+Blue) = 198+158+239=595 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.28% from 595); Green value is 158 (62.11% from 255 or 26.55% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #C69EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69EEF is #396110. Grayscale: #B2B2B2. Windows color (decimal): -3760401 or 15703750. OLE color: 15703750.
HSL color Cylindrical-coordinate representation of color #C69EEF: hue angle of 269.63º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C69EEF is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 158 | 239 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.06 |
| HSL | 269.63º | 0.72% | 0.78% | - |
| HSV(B) | 269.63º | 0.34% | 0.94% | - |
| XYZ | 51.1 | 42.69 | 87.21 | - |
| YUV | 179.19 | 161.75 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 158 | 239 | 0.17 | 0.34 | 0 | 0.06 | 269.63 | 0.72 | 0.78 |
| Hex | C6 | 9E | EF | 11 | 22 | 0 | 6 | 10E | 48 | 4E |
| Octal | 306 | 236 | 357 | 21 | 42 | 0 | 6 | 416 | 110 | 116 |
| Binary | 11000110 | 10011110 | 11101111 | 10001 | 100010 | 0 | 110 | 100001110 | 1001000 | 1001110 |
Color Harmonies of #C69EEF
Complementary color
Monochromatic Colors of #C69EEF
Black with #C69EEF
Text Example
Text Example
White with #C69EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69EEF; }
p { color: rgb(198,158,239); }
H1.HeaderClassName
{
color: #C69EEF;
}
.AnyTagClassName
{
color: #C69EEF;
}
</style>
background-color css
<style>
a { background-color: #C69EEF; }
a { background-color: rgb(198,158,239); }
div.DivClassName
{
background-color: #C69EEF;
}
.BgClassName
{
background-color: #C69EEF;
}
</style>
border-color css
<style>
span { border-color: #C69EEF; }
span { border-color: rgb(198,158,239); }
td.TdClassName
{
border-color: #C69EEF;
}
.TagClassName
{
border-color: #C69EEF;
}
</style>