Shades of Lilac #CFADD1
Tints of Lilac #CFADD1
RGB
CMYK
RGB Variations
Color information
#CFADD1 (or 0xCFADD1) is known color: Lilac. HEX triplet: CF, AD and D1. RGB value is (207,173,209). Sum of RGB (Red+Green+Blue) = 207+173+209=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 209 - color contains mainly: blue. Hex color #CFADD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFADD1 is #30522E. Grayscale: #BBBBBB. Windows color (decimal): -3166767 or 13741519. OLE color: 13741519.
HSL color Cylindrical-coordinate representation of color #CFADD1: hue angle of 296.67º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFADD1 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 173 | 209 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.18 |
| HSL | 296.67º | 0.28% | 0.75% | - |
| HSV(B) | 296.67º | 0.17% | 0.82% | - |
| XYZ | 52.18 | 47.76 | 66.79 | - |
| YUV | 187.27 | 140.26 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 209 | 0.01 | 0.17 | 0 | 0.18 | 296.67 | 0.28 | 0.75 |
| Hex | CF | AD | D1 | 1 | 11 | 0 | 12 | 129 | 1C | 4B |
| Octal | 317 | 255 | 321 | 1 | 21 | 0 | 22 | 451 | 34 | 113 |
| Binary | 11001111 | 10101101 | 11010001 | 1 | 10001 | 0 | 10010 | 100101001 | 11100 | 1001011 |
Color Harmonies of #CFADD1
Complementary color
Monochromatic Colors of #CFADD1
Black with #CFADD1
Text Example
Text Example
White with #CFADD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFADD1; }
p { color: rgb(207,173,209); }
H1.HeaderClassName
{
color: #CFADD1;
}
.AnyTagClassName
{
color: #CFADD1;
}
</style>
background-color css
<style>
a { background-color: #CFADD1; }
a { background-color: rgb(207,173,209); }
div.DivClassName
{
background-color: #CFADD1;
}
.BgClassName
{
background-color: #CFADD1;
}
</style>
border-color css
<style>
span { border-color: #CFADD1; }
span { border-color: rgb(207,173,209); }
td.TdClassName
{
border-color: #CFADD1;
}
.TagClassName
{
border-color: #CFADD1;
}
</style>