Shades of Lilac #CFAACB
Tints of Lilac #CFAACB
RGB
CMYK
RGB Variations
Color information
#CFAACB (or 0xCFAACB) is known color: Lilac. HEX triplet: CF, AA and CB. RGB value is (207,170,203). Sum of RGB (Red+Green+Blue) = 207+170+203=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAACB is #305534. Grayscale: #B8B8B8. Windows color (decimal): -3167541 or 13347535. OLE color: 13347535.
HSL color Cylindrical-coordinate representation of color #CFAACB: hue angle of 306.49º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFAACB is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 203 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.19 |
| HSL | 306.49º | 0.28% | 0.74% | - |
| HSV(B) | 306.49º | 0.18% | 0.81% | - |
| XYZ | 50.89 | 46.33 | 62.76 | - |
| YUV | 184.83 | 138.26 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 203 | 0 | 0.18 | 0.02 | 0.19 | 306.49 | 0.28 | 0.74 |
| Hex | CF | AA | CB | 0 | 12 | 2 | 13 | 132 | 1C | 4A |
| Octal | 317 | 252 | 313 | 0 | 22 | 2 | 23 | 462 | 34 | 112 |
| Binary | 11001111 | 10101010 | 11001011 | 0 | 10010 | 10 | 10011 | 100110010 | 11100 | 1001010 |
Color Harmonies of #CFAACB
Complementary color
Monochromatic Colors of #CFAACB
Black with #CFAACB
Text Example
Text Example
White with #CFAACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAACB; }
p { color: rgb(207,170,203); }
H1.HeaderClassName
{
color: #CFAACB;
}
.AnyTagClassName
{
color: #CFAACB;
}
</style>
background-color css
<style>
a { background-color: #CFAACB; }
a { background-color: rgb(207,170,203); }
div.DivClassName
{
background-color: #CFAACB;
}
.BgClassName
{
background-color: #CFAACB;
}
</style>
border-color css
<style>
span { border-color: #CFAACB; }
span { border-color: rgb(207,170,203); }
td.TdClassName
{
border-color: #CFAACB;
}
.TagClassName
{
border-color: #CFAACB;
}
</style>