Shades of Lilac #C8ADC7
Tints of Lilac #C8ADC7
RGB
CMYK
RGB Variations
Color information
#C8ADC7 (or 0xC8ADC7) is known color: Lilac. HEX triplet: C8, AD and C7. RGB value is (200,173,199). Sum of RGB (Red+Green+Blue) = 200+173+199=572 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.97% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 199 (78.12% from 255 or 34.79% from 572); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ADC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ADC7 is #375238. Grayscale: #B7B7B7. Windows color (decimal): -3625529 or 13086152. OLE color: 13086152.
HSL color Cylindrical-coordinate representation of color #C8ADC7: hue angle of 302.22º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8ADC7 is Cyan = 0, Magento = 0.14, Yellow = 0.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 173 | 199 | - |
| CMYK | 0 | 0.14 | 0.00 | 0.22 |
| HSL | 302.22º | 0.2% | 0.73% | - |
| HSV(B) | 302.22º | 0.14% | 0.78% | - |
| XYZ | 49.07 | 46.29 | 60.38 | - |
| YUV | 184.04 | 136.45 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 199 | 0 | 0.14 | 0.00 | 0.22 | 302.22 | 0.2 | 0.73 |
| Hex | C8 | AD | C7 | 0 | E | 0 | 16 | 12E | 14 | 49 |
| Octal | 310 | 255 | 307 | 0 | 16 | 0 | 26 | 456 | 24 | 111 |
| Binary | 11001000 | 10101101 | 11000111 | 0 | 1110 | 0 | 10110 | 100101110 | 10100 | 1001001 |
Color Harmonies of #C8ADC7
Complementary color
Monochromatic Colors of #C8ADC7
Black with #C8ADC7
Text Example
Text Example
White with #C8ADC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ADC7; }
p { color: rgb(200,173,199); }
H1.HeaderClassName
{
color: #C8ADC7;
}
.AnyTagClassName
{
color: #C8ADC7;
}
</style>
background-color css
<style>
a { background-color: #C8ADC7; }
a { background-color: rgb(200,173,199); }
div.DivClassName
{
background-color: #C8ADC7;
}
.BgClassName
{
background-color: #C8ADC7;
}
</style>
border-color css
<style>
span { border-color: #C8ADC7; }
span { border-color: rgb(200,173,199); }
td.TdClassName
{
border-color: #C8ADC7;
}
.TagClassName
{
border-color: #C8ADC7;
}
</style>