Shades of Perfume #C69DEE
Tints of Perfume #C69DEE
RGB
CMYK
RGB Variations
Color information
#C69DEE (or 0xC69DEE) is known color: Perfume. HEX triplet: C6, 9D and EE. RGB value is (198,157,238). Sum of RGB (Red+Green+Blue) = 198+157+238=593 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.39% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #C69DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69DEE is #396211. Grayscale: #B2B2B2. Windows color (decimal): -3760658 or 15637958. OLE color: 15637958.
HSL color Cylindrical-coordinate representation of color #C69DEE: hue angle of 270.37º degrees, saturation: 0.7, 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 #C69DEE is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 157 | 238 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.07 |
| HSL | 270.37º | 0.7% | 0.77% | - |
| HSV(B) | 270.37º | 0.34% | 0.93% | - |
| XYZ | 50.78 | 42.29 | 86.38 | - |
| YUV | 178.49 | 161.58 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 238 | 0.17 | 0.34 | 0 | 0.07 | 270.37 | 0.7 | 0.77 |
| Hex | C6 | 9D | EE | 11 | 22 | 0 | 7 | 10E | 46 | 4D |
| Octal | 306 | 235 | 356 | 21 | 42 | 0 | 7 | 416 | 106 | 115 |
| Binary | 11000110 | 10011101 | 11101110 | 10001 | 100010 | 0 | 111 | 100001110 | 1000110 | 1001101 |
Color Harmonies of #C69DEE
Complementary color
Monochromatic Colors of #C69DEE
Black with #C69DEE
Text Example
Text Example
White with #C69DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69DEE; }
p { color: rgb(198,157,238); }
H1.HeaderClassName
{
color: #C69DEE;
}
.AnyTagClassName
{
color: #C69DEE;
}
</style>
background-color css
<style>
a { background-color: #C69DEE; }
a { background-color: rgb(198,157,238); }
div.DivClassName
{
background-color: #C69DEE;
}
.BgClassName
{
background-color: #C69DEE;
}
</style>
border-color css
<style>
span { border-color: #C69DEE; }
span { border-color: rgb(198,157,238); }
td.TdClassName
{
border-color: #C69DEE;
}
.TagClassName
{
border-color: #C69DEE;
}
</style>