Shades of Lilac #C8ADCB
Tints of Lilac #C8ADCB
RGB
CMYK
RGB Variations
Color information
#C8ADCB (or 0xC8ADCB) is known color: Lilac. HEX triplet: C8, AD and CB. RGB value is (200,173,203). Sum of RGB (Red+Green+Blue) = 200+173+203=576 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.72% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 203 - color contains mainly: blue. Hex color #C8ADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ADCB is #375234. Grayscale: #B8B8B8. Windows color (decimal): -3625525 or 13348296. OLE color: 13348296.
HSL color Cylindrical-coordinate representation of color #C8ADCB: hue angle of 294º degrees, saturation: 0.22, 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 #C8ADCB is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 173 | 203 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.20 |
| HSL | 294º | 0.22% | 0.74% | - |
| HSV(B) | 294º | 0.15% | 0.8% | - |
| XYZ | 49.54 | 46.48 | 62.86 | - |
| YUV | 184.49 | 138.45 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 203 | 0.01 | 0.15 | 0 | 0.20 | 294 | 0.22 | 0.74 |
| Hex | C8 | AD | CB | 1 | F | 0 | 14 | 126 | 16 | 4A |
| Octal | 310 | 255 | 313 | 1 | 17 | 0 | 24 | 446 | 26 | 112 |
| Binary | 11001000 | 10101101 | 11001011 | 1 | 1111 | 0 | 10100 | 100100110 | 10110 | 1001010 |
Color Harmonies of #C8ADCB
Complementary color
Monochromatic Colors of #C8ADCB
Black with #C8ADCB
Text Example
Text Example
White with #C8ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ADCB; }
p { color: rgb(200,173,203); }
H1.HeaderClassName
{
color: #C8ADCB;
}
.AnyTagClassName
{
color: #C8ADCB;
}
</style>
background-color css
<style>
a { background-color: #C8ADCB; }
a { background-color: rgb(200,173,203); }
div.DivClassName
{
background-color: #C8ADCB;
}
.BgClassName
{
background-color: #C8ADCB;
}
</style>
border-color css
<style>
span { border-color: #C8ADCB; }
span { border-color: rgb(200,173,203); }
td.TdClassName
{
border-color: #C8ADCB;
}
.TagClassName
{
border-color: #C8ADCB;
}
</style>