Shades of Lilac #CF99CB
Tints of Lilac #CF99CB
RGB
CMYK
RGB Variations
Color information
#CF99CB (or 0xCF99CB) is known color: Lilac. HEX triplet: CF, 99 and CB. RGB value is (207,153,203). Sum of RGB (Red+Green+Blue) = 207+153+203=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 153 (60.16% from 255 or 27.18% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 207 - color contains mainly: red. Hex color #CF99CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF99CB is #306634. Grayscale: #AEAEAE. Windows color (decimal): -3171893 or 13343183. OLE color: 13343183.
HSL color Cylindrical-coordinate representation of color #CF99CB: hue angle of 304.44º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CF99CB is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 203 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.19 |
| HSL | 304.44º | 0.36% | 0.71% | - |
| HSV(B) | 304.44º | 0.26% | 0.81% | - |
| XYZ | 47.9 | 40.36 | 61.77 | - |
| YUV | 174.85 | 143.89 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 203 | 0 | 0.26 | 0.02 | 0.19 | 304.44 | 0.36 | 0.71 |
| Hex | CF | 99 | CB | 0 | 1A | 2 | 13 | 130 | 24 | 47 |
| Octal | 317 | 231 | 313 | 0 | 32 | 2 | 23 | 460 | 44 | 107 |
| Binary | 11001111 | 10011001 | 11001011 | 0 | 11010 | 10 | 10011 | 100110000 | 100100 | 1000111 |
Color Harmonies of #CF99CB
Complementary color
Monochromatic Colors of #CF99CB
Black with #CF99CB
Text Example
Text Example
White with #CF99CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF99CB; }
p { color: rgb(207,153,203); }
H1.HeaderClassName
{
color: #CF99CB;
}
.AnyTagClassName
{
color: #CF99CB;
}
</style>
background-color css
<style>
a { background-color: #CF99CB; }
a { background-color: rgb(207,153,203); }
div.DivClassName
{
background-color: #CF99CB;
}
.BgClassName
{
background-color: #CF99CB;
}
</style>
border-color css
<style>
span { border-color: #CF99CB; }
span { border-color: rgb(207,153,203); }
td.TdClassName
{
border-color: #CF99CB;
}
.TagClassName
{
border-color: #CF99CB;
}
</style>