Shades of Lilac #CFA2D4
Tints of Lilac #CFA2D4
RGB
CMYK
RGB Variations
Color information
#CFA2D4 (or 0xCFA2D4) is known color: Lilac. HEX triplet: CF, A2 and D4. RGB value is (207,162,212). Sum of RGB (Red+Green+Blue) = 207+162+212=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 162 (63.67% from 255 or 27.88% from 581); Blue value is 212 (83.20% from 255 or 36.49% from 581); Max value from RGB is 212 - color contains mainly: blue. Hex color #CFA2D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA2D4 is #305D2B. Grayscale: #B5B5B5. Windows color (decimal): -3169580 or 13935311. OLE color: 13935311.
HSL color Cylindrical-coordinate representation of color #CFA2D4: hue angle of 294º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFA2D4 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 162 | 212 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.17 |
| HSL | 294º | 0.37% | 0.73% | - |
| HSV(B) | 294º | 0.24% | 0.83% | - |
| XYZ | 50.54 | 43.86 | 68.09 | - |
| YUV | 181.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 212 | 0.02 | 0.24 | 0 | 0.17 | 294 | 0.37 | 0.73 |
| Hex | CF | A2 | D4 | 2 | 18 | 0 | 11 | 126 | 25 | 49 |
| Octal | 317 | 242 | 324 | 2 | 30 | 0 | 21 | 446 | 45 | 111 |
| Binary | 11001111 | 10100010 | 11010100 | 10 | 11000 | 0 | 10001 | 100100110 | 100101 | 1001001 |
Color Harmonies of #CFA2D4
Complementary color
Monochromatic Colors of #CFA2D4
Black with #CFA2D4
Text Example
Text Example
White with #CFA2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA2D4; }
p { color: rgb(207,162,212); }
H1.HeaderClassName
{
color: #CFA2D4;
}
.AnyTagClassName
{
color: #CFA2D4;
}
</style>
background-color css
<style>
a { background-color: #CFA2D4; }
a { background-color: rgb(207,162,212); }
div.DivClassName
{
background-color: #CFA2D4;
}
.BgClassName
{
background-color: #CFA2D4;
}
</style>
border-color css
<style>
span { border-color: #CFA2D4; }
span { border-color: rgb(207,162,212); }
td.TdClassName
{
border-color: #CFA2D4;
}
.TagClassName
{
border-color: #CFA2D4;
}
</style>