Shades of Lilac #CFAAD2
Tints of Lilac #CFAAD2
RGB
CMYK
RGB Variations
Color information
#CFAAD2 (or 0xCFAAD2) is known color: Lilac. HEX triplet: CF, AA and D2. RGB value is (207,170,210). Sum of RGB (Red+Green+Blue) = 207+170+210=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 210 (82.42% from 255 or 35.78% from 587); Max value from RGB is 210 - color contains mainly: blue. Hex color #CFAAD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAAD2 is #30552D. Grayscale: #B9B9B9. Windows color (decimal): -3167534 or 13806287. OLE color: 13806287.
HSL color Cylindrical-coordinate representation of color #CFAAD2: hue angle of 295.5º degrees, saturation: 0.31, 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 #CFAAD2 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 170 | 210 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.18 |
| HSL | 295.5º | 0.31% | 0.75% | - |
| HSV(B) | 295.5º | 0.19% | 0.82% | - |
| XYZ | 51.74 | 46.67 | 67.25 | - |
| YUV | 185.62 | 141.76 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 210 | 0.01 | 0.19 | 0 | 0.18 | 295.5 | 0.31 | 0.75 |
| Hex | CF | AA | D2 | 1 | 13 | 0 | 12 | 128 | 1F | 4B |
| Octal | 317 | 252 | 322 | 1 | 23 | 0 | 22 | 450 | 37 | 113 |
| Binary | 11001111 | 10101010 | 11010010 | 1 | 10011 | 0 | 10010 | 100101000 | 11111 | 1001011 |
Color Harmonies of #CFAAD2
Complementary color
Monochromatic Colors of #CFAAD2
Black with #CFAAD2
Text Example
Text Example
White with #CFAAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAAD2; }
p { color: rgb(207,170,210); }
H1.HeaderClassName
{
color: #CFAAD2;
}
.AnyTagClassName
{
color: #CFAAD2;
}
</style>
background-color css
<style>
a { background-color: #CFAAD2; }
a { background-color: rgb(207,170,210); }
div.DivClassName
{
background-color: #CFAAD2;
}
.BgClassName
{
background-color: #CFAAD2;
}
</style>
border-color css
<style>
span { border-color: #CFAAD2; }
span { border-color: rgb(207,170,210); }
td.TdClassName
{
border-color: #CFAAD2;
}
.TagClassName
{
border-color: #CFAAD2;
}
</style>