Shades of Lilac #CFABD2
Tints of Lilac #CFABD2
RGB
CMYK
RGB Variations
Color information
#CFABD2 (or 0xCFABD2) is known color: Lilac. HEX triplet: CF, AB and D2. RGB value is (207,171,210). Sum of RGB (Red+Green+Blue) = 207+171+210=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 210 (82.42% from 255 or 35.71% from 588); Max value from RGB is 210 - color contains mainly: blue. Hex color #CFABD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFABD2 is #30542D. Grayscale: #BABABA. Windows color (decimal): -3167278 or 13806543. OLE color: 13806543.
HSL color Cylindrical-coordinate representation of color #CFABD2: hue angle of 295.38º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFABD2 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 171 | 210 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.18 |
| HSL | 295.38º | 0.3% | 0.75% | - |
| HSV(B) | 295.38º | 0.19% | 0.82% | - |
| XYZ | 51.93 | 47.04 | 67.32 | - |
| YUV | 186.21 | 141.43 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 210 | 0.01 | 0.19 | 0 | 0.18 | 295.38 | 0.3 | 0.75 |
| Hex | CF | AB | D2 | 1 | 13 | 0 | 12 | 127 | 1E | 4B |
| Octal | 317 | 253 | 322 | 1 | 23 | 0 | 22 | 447 | 36 | 113 |
| Binary | 11001111 | 10101011 | 11010010 | 1 | 10011 | 0 | 10010 | 100100111 | 11110 | 1001011 |
Color Harmonies of #CFABD2
Complementary color
Monochromatic Colors of #CFABD2
Black with #CFABD2
Text Example
Text Example
White with #CFABD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABD2; }
p { color: rgb(207,171,210); }
H1.HeaderClassName
{
color: #CFABD2;
}
.AnyTagClassName
{
color: #CFABD2;
}
</style>
background-color css
<style>
a { background-color: #CFABD2; }
a { background-color: rgb(207,171,210); }
div.DivClassName
{
background-color: #CFABD2;
}
.BgClassName
{
background-color: #CFABD2;
}
</style>
border-color css
<style>
span { border-color: #CFABD2; }
span { border-color: rgb(207,171,210); }
td.TdClassName
{
border-color: #CFABD2;
}
.TagClassName
{
border-color: #CFABD2;
}
</style>