Shades of Lilac #CFAFD0
Tints of Lilac #CFAFD0
RGB
CMYK
RGB Variations
Color information
#CFAFD0 (or 0xCFAFD0) is known color: Lilac. HEX triplet: CF, AF and D0. RGB value is (207,175,208). Sum of RGB (Red+Green+Blue) = 207+175+208=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 208 (81.64% from 255 or 35.25% from 590); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFAFD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFD0 is #30502F. Grayscale: #BCBCBC. Windows color (decimal): -3166256 or 13676495. OLE color: 13676495.
HSL color Cylindrical-coordinate representation of color #CFAFD0: hue angle of 298.18º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFAFD0 is Cyan = 0.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 175 | 208 | - |
| CMYK | 0.00 | 0.16 | 0 | 0.18 |
| HSL | 298.18º | 0.26% | 0.75% | - |
| HSV(B) | 298.18º | 0.16% | 0.82% | - |
| XYZ | 52.45 | 48.48 | 66.27 | - |
| YUV | 188.33 | 139.1 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 208 | 0.00 | 0.16 | 0 | 0.18 | 298.18 | 0.26 | 0.75 |
| Hex | CF | AF | D0 | 0 | 10 | 0 | 12 | 12A | 1A | 4B |
| Octal | 317 | 257 | 320 | 0 | 20 | 0 | 22 | 452 | 32 | 113 |
| Binary | 11001111 | 10101111 | 11010000 | 0 | 10000 | 0 | 10010 | 100101010 | 11010 | 1001011 |
Color Harmonies of #CFAFD0
Complementary color
Monochromatic Colors of #CFAFD0
Black with #CFAFD0
Text Example
Text Example
White with #CFAFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAFD0; }
p { color: rgb(207,175,208); }
H1.HeaderClassName
{
color: #CFAFD0;
}
.AnyTagClassName
{
color: #CFAFD0;
}
</style>
background-color css
<style>
a { background-color: #CFAFD0; }
a { background-color: rgb(207,175,208); }
div.DivClassName
{
background-color: #CFAFD0;
}
.BgClassName
{
background-color: #CFAFD0;
}
</style>
border-color css
<style>
span { border-color: #CFAFD0; }
span { border-color: rgb(207,175,208); }
td.TdClassName
{
border-color: #CFAFD0;
}
.TagClassName
{
border-color: #CFAFD0;
}
</style>