Shades of Lilac #CFAFD2
Tints of Lilac #CFAFD2
RGB
CMYK
RGB Variations
Color information
#CFAFD2 (or 0xCFAFD2) is known color: Lilac. HEX triplet: CF, AF and D2. RGB value is (207,175,210). Sum of RGB (Red+Green+Blue) = 207+175+210=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 210 (82.42% from 255 or 35.47% from 592); Max value from RGB is 210 - color contains mainly: blue. Hex color #CFAFD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFD2 is #30502D. Grayscale: #BCBCBC. Windows color (decimal): -3166254 or 13807567. OLE color: 13807567.
HSL color Cylindrical-coordinate representation of color #CFAFD2: hue angle of 294.86º 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 #CFAFD2 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 175 | 210 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.18 |
| HSL | 294.86º | 0.28% | 0.75% | - |
| HSV(B) | 294.86º | 0.17% | 0.82% | - |
| XYZ | 52.69 | 48.58 | 67.57 | - |
| YUV | 188.56 | 140.1 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 210 | 0.01 | 0.17 | 0 | 0.18 | 294.86 | 0.28 | 0.75 |
| Hex | CF | AF | D2 | 1 | 11 | 0 | 12 | 127 | 1C | 4B |
| Octal | 317 | 257 | 322 | 1 | 21 | 0 | 22 | 447 | 34 | 113 |
| Binary | 11001111 | 10101111 | 11010010 | 1 | 10001 | 0 | 10010 | 100100111 | 11100 | 1001011 |
Color Harmonies of #CFAFD2
Complementary color
Monochromatic Colors of #CFAFD2
Black with #CFAFD2
Text Example
Text Example
White with #CFAFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAFD2; }
p { color: rgb(207,175,210); }
H1.HeaderClassName
{
color: #CFAFD2;
}
.AnyTagClassName
{
color: #CFAFD2;
}
</style>
background-color css
<style>
a { background-color: #CFAFD2; }
a { background-color: rgb(207,175,210); }
div.DivClassName
{
background-color: #CFAFD2;
}
.BgClassName
{
background-color: #CFAFD2;
}
</style>
border-color css
<style>
span { border-color: #CFAFD2; }
span { border-color: rgb(207,175,210); }
td.TdClassName
{
border-color: #CFAFD2;
}
.TagClassName
{
border-color: #CFAFD2;
}
</style>