Shades of Lilac #C8ADCC
Tints of Lilac #C8ADCC
RGB
CMYK
RGB Variations
Color information
#C8ADCC (or 0xC8ADCC) is known color: Lilac. HEX triplet: C8, AD and CC. RGB value is (200,173,204). Sum of RGB (Red+Green+Blue) = 200+173+204=577 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.66% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 204 - color contains mainly: blue. Hex color #C8ADCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ADCC is #375233. Grayscale: #B8B8B8. Windows color (decimal): -3625524 or 13413832. OLE color: 13413832.
HSL color Cylindrical-coordinate representation of color #C8ADCC: hue angle of 292.26º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8ADCC is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 173 | 204 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.2 |
| HSL | 292.26º | 0.23% | 0.74% | - |
| HSV(B) | 292.26º | 0.15% | 0.8% | - |
| XYZ | 49.66 | 46.53 | 63.49 | - |
| YUV | 184.61 | 138.95 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 204 | 0.02 | 0.15 | 0 | 0.2 | 292.26 | 0.23 | 0.74 |
| Hex | C8 | AD | CC | 2 | F | 0 | 14 | 124 | 17 | 4A |
| Octal | 310 | 255 | 314 | 2 | 17 | 0 | 24 | 444 | 27 | 112 |
| Binary | 11001000 | 10101101 | 11001100 | 10 | 1111 | 0 | 10100 | 100100100 | 10111 | 1001010 |
Color Harmonies of #C8ADCC
Complementary color
Monochromatic Colors of #C8ADCC
Black with #C8ADCC
Text Example
Text Example
White with #C8ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ADCC; }
p { color: rgb(200,173,204); }
H1.HeaderClassName
{
color: #C8ADCC;
}
.AnyTagClassName
{
color: #C8ADCC;
}
</style>
background-color css
<style>
a { background-color: #C8ADCC; }
a { background-color: rgb(200,173,204); }
div.DivClassName
{
background-color: #C8ADCC;
}
.BgClassName
{
background-color: #C8ADCC;
}
</style>
border-color css
<style>
span { border-color: #C8ADCC; }
span { border-color: rgb(200,173,204); }
td.TdClassName
{
border-color: #C8ADCC;
}
.TagClassName
{
border-color: #C8ADCC;
}
</style>