Shades of Perfume #C69DEF
Tints of Perfume #C69DEF
RGB
CMYK
RGB Variations
Color information
#C69DEF (or 0xC69DEF) is known color: Perfume. HEX triplet: C6, 9D and EF. RGB value is (198,157,239). Sum of RGB (Red+Green+Blue) = 198+157+239=594 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.33% from 594); Green value is 157 (61.72% from 255 or 26.43% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #C69DEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69DEF is #396210. Grayscale: #B2B2B2. Windows color (decimal): -3760657 or 15703494. OLE color: 15703494.
HSL color Cylindrical-coordinate representation of color #C69DEF: hue angle of 270º 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 #C69DEF is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 157 | 239 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.06 |
| HSL | 270º | 0.72% | 0.78% | - |
| HSV(B) | 270º | 0.34% | 0.94% | - |
| XYZ | 50.93 | 42.35 | 87.15 | - |
| YUV | 178.61 | 162.08 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 239 | 0.17 | 0.34 | 0 | 0.06 | 270 | 0.72 | 0.78 |
| Hex | C6 | 9D | EF | 11 | 22 | 0 | 6 | 10E | 48 | 4E |
| Octal | 306 | 235 | 357 | 21 | 42 | 0 | 6 | 416 | 110 | 116 |
| Binary | 11000110 | 10011101 | 11101111 | 10001 | 100010 | 0 | 110 | 100001110 | 1001000 | 1001110 |
Color Harmonies of #C69DEF
Complementary color
Monochromatic Colors of #C69DEF
Black with #C69DEF
Text Example
Text Example
White with #C69DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69DEF; }
p { color: rgb(198,157,239); }
H1.HeaderClassName
{
color: #C69DEF;
}
.AnyTagClassName
{
color: #C69DEF;
}
</style>
background-color css
<style>
a { background-color: #C69DEF; }
a { background-color: rgb(198,157,239); }
div.DivClassName
{
background-color: #C69DEF;
}
.BgClassName
{
background-color: #C69DEF;
}
</style>
border-color css
<style>
span { border-color: #C69DEF; }
span { border-color: rgb(198,157,239); }
td.TdClassName
{
border-color: #C69DEF;
}
.TagClassName
{
border-color: #C69DEF;
}
</style>