Shades of Lilac #CFAED0
Tints of Lilac #CFAED0
RGB
CMYK
RGB Variations
Color information
#CFAED0 (or 0xCFAED0) is known color: Lilac. HEX triplet: CF, AE and D0. RGB value is (207,174,208). Sum of RGB (Red+Green+Blue) = 207+174+208=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFAED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAED0 is #30512F. Grayscale: #BBBBBB. Windows color (decimal): -3166512 or 13676239. OLE color: 13676239.
HSL color Cylindrical-coordinate representation of color #CFAED0: hue angle of 298.24º degrees, saturation: 0.27, 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 #CFAED0 is Cyan = 0.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 174 | 208 | - |
| CMYK | 0.00 | 0.16 | 0 | 0.18 |
| HSL | 298.24º | 0.27% | 0.75% | - |
| HSV(B) | 298.24º | 0.16% | 0.82% | - |
| XYZ | 52.25 | 48.09 | 66.2 | - |
| YUV | 187.74 | 139.43 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 208 | 0.00 | 0.16 | 0 | 0.18 | 298.24 | 0.27 | 0.75 |
| Hex | CF | AE | D0 | 0 | 10 | 0 | 12 | 12A | 1B | 4B |
| Octal | 317 | 256 | 320 | 0 | 20 | 0 | 22 | 452 | 33 | 113 |
| Binary | 11001111 | 10101110 | 11010000 | 0 | 10000 | 0 | 10010 | 100101010 | 11011 | 1001011 |
Color Harmonies of #CFAED0
Complementary color
Monochromatic Colors of #CFAED0
Black with #CFAED0
Text Example
Text Example
White with #CFAED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAED0; }
p { color: rgb(207,174,208); }
H1.HeaderClassName
{
color: #CFAED0;
}
.AnyTagClassName
{
color: #CFAED0;
}
</style>
background-color css
<style>
a { background-color: #CFAED0; }
a { background-color: rgb(207,174,208); }
div.DivClassName
{
background-color: #CFAED0;
}
.BgClassName
{
background-color: #CFAED0;
}
</style>
border-color css
<style>
span { border-color: #CFAED0; }
span { border-color: rgb(207,174,208); }
td.TdClassName
{
border-color: #CFAED0;
}
.TagClassName
{
border-color: #CFAED0;
}
</style>