Shades of Lilac #CFADCB
Tints of Lilac #CFADCB
RGB
CMYK
RGB Variations
Color information
#CFADCB (or 0xCFADCB) is known color: Lilac. HEX triplet: CF, AD and CB. RGB value is (207,173,203). Sum of RGB (Red+Green+Blue) = 207+173+203=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 173 (67.97% from 255 or 29.67% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 207 - color contains mainly: red. Hex color #CFADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFADCB is #305234. Grayscale: #BABABA. Windows color (decimal): -3166773 or 13348303. OLE color: 13348303.
HSL color Cylindrical-coordinate representation of color #CFADCB: hue angle of 307.06º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFADCB is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 173 | 203 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.19 |
| HSL | 307.06º | 0.26% | 0.75% | - |
| HSV(B) | 307.06º | 0.16% | 0.81% | - |
| XYZ | 51.46 | 47.46 | 62.95 | - |
| YUV | 186.59 | 137.26 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 203 | 0 | 0.16 | 0.02 | 0.19 | 307.06 | 0.26 | 0.75 |
| Hex | CF | AD | CB | 0 | 10 | 2 | 13 | 133 | 1A | 4B |
| Octal | 317 | 255 | 313 | 0 | 20 | 2 | 23 | 463 | 32 | 113 |
| Binary | 11001111 | 10101101 | 11001011 | 0 | 10000 | 10 | 10011 | 100110011 | 11010 | 1001011 |
Color Harmonies of #CFADCB
Complementary color
Monochromatic Colors of #CFADCB
Black with #CFADCB
Text Example
Text Example
White with #CFADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFADCB; }
p { color: rgb(207,173,203); }
H1.HeaderClassName
{
color: #CFADCB;
}
.AnyTagClassName
{
color: #CFADCB;
}
</style>
background-color css
<style>
a { background-color: #CFADCB; }
a { background-color: rgb(207,173,203); }
div.DivClassName
{
background-color: #CFADCB;
}
.BgClassName
{
background-color: #CFADCB;
}
</style>
border-color css
<style>
span { border-color: #CFADCB; }
span { border-color: rgb(207,173,203); }
td.TdClassName
{
border-color: #CFADCB;
}
.TagClassName
{
border-color: #CFADCB;
}
</style>