Shades of Lilac #C9AFCB
Tints of Lilac #C9AFCB
RGB
CMYK
RGB Variations
Color information
#C9AFCB (or 0xC9AFCB) is known color: Lilac. HEX triplet: C9, AF and CB. RGB value is (201,175,203). Sum of RGB (Red+Green+Blue) = 201+175+203=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 203 - color contains mainly: blue. Hex color #C9AFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AFCB is #365034. Grayscale: #B9B9B9. Windows color (decimal): -3559477 or 13348809. OLE color: 13348809.
HSL color Cylindrical-coordinate representation of color #C9AFCB: hue angle of 295.71º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9AFCB is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 175 | 203 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.20 |
| HSL | 295.71º | 0.21% | 0.74% | - |
| HSV(B) | 295.71º | 0.14% | 0.8% | - |
| XYZ | 50.2 | 47.39 | 63 | - |
| YUV | 185.97 | 137.61 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 175 | 203 | 0.01 | 0.14 | 0 | 0.20 | 295.71 | 0.21 | 0.74 |
| Hex | C9 | AF | CB | 1 | E | 0 | 14 | 128 | 15 | 4A |
| Octal | 311 | 257 | 313 | 1 | 16 | 0 | 24 | 450 | 25 | 112 |
| Binary | 11001001 | 10101111 | 11001011 | 1 | 1110 | 0 | 10100 | 100101000 | 10101 | 1001010 |
Color Harmonies of #C9AFCB
Complementary color
Monochromatic Colors of #C9AFCB
Black with #C9AFCB
Text Example
Text Example
White with #C9AFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AFCB; }
p { color: rgb(201,175,203); }
H1.HeaderClassName
{
color: #C9AFCB;
}
.AnyTagClassName
{
color: #C9AFCB;
}
</style>
background-color css
<style>
a { background-color: #C9AFCB; }
a { background-color: rgb(201,175,203); }
div.DivClassName
{
background-color: #C9AFCB;
}
.BgClassName
{
background-color: #C9AFCB;
}
</style>
border-color css
<style>
span { border-color: #C9AFCB; }
span { border-color: rgb(201,175,203); }
td.TdClassName
{
border-color: #C9AFCB;
}
.TagClassName
{
border-color: #C9AFCB;
}
</style>