Shades of Lilac #CFADD2
Tints of Lilac #CFADD2
RGB
CMYK
RGB Variations
Color information
#CFADD2 (or 0xCFADD2) is known color: Lilac. HEX triplet: CF, AD and D2. RGB value is (207,173,210). Sum of RGB (Red+Green+Blue) = 207+173+210=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 210 (82.42% from 255 or 35.59% from 590); Max value from RGB is 210 - color contains mainly: blue. Hex color #CFADD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFADD2 is #30522D. Grayscale: #BBBBBB. Windows color (decimal): -3166766 or 13807055. OLE color: 13807055.
HSL color Cylindrical-coordinate representation of color #CFADD2: hue angle of 295.14º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFADD2 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 173 | 210 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.18 |
| HSL | 295.14º | 0.29% | 0.75% | - |
| HSV(B) | 295.14º | 0.18% | 0.82% | - |
| XYZ | 52.31 | 47.81 | 67.44 | - |
| YUV | 187.38 | 140.76 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 210 | 0.01 | 0.18 | 0 | 0.18 | 295.14 | 0.29 | 0.75 |
| Hex | CF | AD | D2 | 1 | 12 | 0 | 12 | 127 | 1D | 4B |
| Octal | 317 | 255 | 322 | 1 | 22 | 0 | 22 | 447 | 35 | 113 |
| Binary | 11001111 | 10101101 | 11010010 | 1 | 10010 | 0 | 10010 | 100100111 | 11101 | 1001011 |
Color Harmonies of #CFADD2
Complementary color
Monochromatic Colors of #CFADD2
Black with #CFADD2
Text Example
Text Example
White with #CFADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFADD2; }
p { color: rgb(207,173,210); }
H1.HeaderClassName
{
color: #CFADD2;
}
.AnyTagClassName
{
color: #CFADD2;
}
</style>
background-color css
<style>
a { background-color: #CFADD2; }
a { background-color: rgb(207,173,210); }
div.DivClassName
{
background-color: #CFADD2;
}
.BgClassName
{
background-color: #CFADD2;
}
</style>
border-color css
<style>
span { border-color: #CFADD2; }
span { border-color: rgb(207,173,210); }
td.TdClassName
{
border-color: #CFADD2;
}
.TagClassName
{
border-color: #CFADD2;
}
</style>