Shades of Lilac #CFAED2
Tints of Lilac #CFAED2
RGB
CMYK
RGB Variations
Color information
#CFAED2 (or 0xCFAED2) is known color: Lilac. HEX triplet: CF, AE and D2. RGB value is (207,174,210). Sum of RGB (Red+Green+Blue) = 207+174+210=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 210 (82.42% from 255 or 35.53% from 591); Max value from RGB is 210 - color contains mainly: blue. Hex color #CFAED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAED2 is #30512D. Grayscale: #BBBBBB. Windows color (decimal): -3166510 or 13807311. OLE color: 13807311.
HSL color Cylindrical-coordinate representation of color #CFAED2: hue angle of 295º degrees, saturation: 0.29, 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 #CFAED2 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 174 | 210 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.18 |
| HSL | 295º | 0.29% | 0.75% | - |
| HSV(B) | 295º | 0.17% | 0.82% | - |
| XYZ | 52.5 | 48.19 | 67.51 | - |
| YUV | 187.97 | 140.43 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 210 | 0.01 | 0.17 | 0 | 0.18 | 295 | 0.29 | 0.75 |
| Hex | CF | AE | D2 | 1 | 11 | 0 | 12 | 127 | 1D | 4B |
| Octal | 317 | 256 | 322 | 1 | 21 | 0 | 22 | 447 | 35 | 113 |
| Binary | 11001111 | 10101110 | 11010010 | 1 | 10001 | 0 | 10010 | 100100111 | 11101 | 1001011 |
Color Harmonies of #CFAED2
Complementary color
Monochromatic Colors of #CFAED2
Black with #CFAED2
Text Example
Text Example
White with #CFAED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAED2; }
p { color: rgb(207,174,210); }
H1.HeaderClassName
{
color: #CFAED2;
}
.AnyTagClassName
{
color: #CFAED2;
}
</style>
background-color css
<style>
a { background-color: #CFAED2; }
a { background-color: rgb(207,174,210); }
div.DivClassName
{
background-color: #CFAED2;
}
.BgClassName
{
background-color: #CFAED2;
}
</style>
border-color css
<style>
span { border-color: #CFAED2; }
span { border-color: rgb(207,174,210); }
td.TdClassName
{
border-color: #CFAED2;
}
.TagClassName
{
border-color: #CFAED2;
}
</style>