Shades of Lilac #CDABC8
Tints of Lilac #CDABC8
RGB
CMYK
RGB Variations
Color information
#CDABC8 (or 0xCDABC8) is known color: Lilac. HEX triplet: CD, AB and C8. RGB value is (205,171,200). Sum of RGB (Red+Green+Blue) = 205+171+200=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 200 (78.52% from 255 or 34.72% from 576); Max value from RGB is 205 - color contains mainly: red. Hex color #CDABC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDABC8 is #325437. Grayscale: #B8B8B8. Windows color (decimal): -3298360 or 13151181. OLE color: 13151181.
HSL color Cylindrical-coordinate representation of color #CDABC8: hue angle of 308.82º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDABC8 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 171 | 200 | - |
CMYK | 0 | 0.17 | 0.02 | 0.20 |
HSL | 308.82º | 0.25% | 0.74% | - |
HSV(B) | 308.82º | 0.17% | 0.8% | - |
XYZ | 50.17 | 46.28 | 60.93 | - |
YUV | 184.47 | 136.76 | 142.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 171 | 200 | 0 | 0.17 | 0.02 | 0.20 | 308.82 | 0.25 | 0.74 |
Hex | CD | AB | C8 | 0 | 11 | 2 | 14 | 135 | 19 | 4A |
Octal | 315 | 253 | 310 | 0 | 21 | 2 | 24 | 465 | 31 | 112 |
Binary | 11001101 | 10101011 | 11001000 | 0 | 10001 | 10 | 10100 | 100110101 | 11001 | 1001010 |
Color Harmonies of #CDABC8
Complementary color
Monochromatic Colors of #CDABC8
Black with #CDABC8
Text Example
Text Example
White with #CDABC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDABC8; }
p { color: rgb(205,171,200); }
H1.HeaderClassName
{
color: #CDABC8;
}
.AnyTagClassName
{
color: #CDABC8;
}
</style>
background-color css
<style>
a { background-color: #CDABC8; }
a { background-color: rgb(205,171,200); }
div.DivClassName
{
background-color: #CDABC8;
}
.BgClassName
{
background-color: #CDABC8;
}
</style>
border-color css
<style>
span { border-color: #CDABC8; }
span { border-color: rgb(205,171,200); }
td.TdClassName
{
border-color: #CDABC8;
}
.TagClassName
{
border-color: #CDABC8;
}
</style>