Shades of Lilac #CBAFC9
Tints of Lilac #CBAFC9
RGB
CMYK
RGB Variations
Color information
#CBAFC9 (or 0xCBAFC9) is known color: Lilac. HEX triplet: CB, AF and C9. RGB value is (203,175,201). Sum of RGB (Red+Green+Blue) = 203+175+201=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAFC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFC9 is #345036. Grayscale: #BABABA. Windows color (decimal): -3428407 or 13217739. OLE color: 13217739.
HSL color Cylindrical-coordinate representation of color #CBAFC9: hue angle of 304.29º 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 #CBAFC9 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 201 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.20 |
| HSL | 304.29º | 0.21% | 0.74% | - |
| HSV(B) | 304.29º | 0.14% | 0.8% | - |
| XYZ | 50.5 | 47.57 | 61.78 | - |
| YUV | 186.34 | 136.28 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 201 | 0 | 0.14 | 0.01 | 0.20 | 304.29 | 0.21 | 0.74 |
| Hex | CB | AF | C9 | 0 | E | 1 | 14 | 130 | 15 | 4A |
| Octal | 313 | 257 | 311 | 0 | 16 | 1 | 24 | 460 | 25 | 112 |
| Binary | 11001011 | 10101111 | 11001001 | 0 | 1110 | 1 | 10100 | 100110000 | 10101 | 1001010 |
Color Harmonies of #CBAFC9
Complementary color
Monochromatic Colors of #CBAFC9
Black with #CBAFC9
Text Example
Text Example
White with #CBAFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAFC9; }
p { color: rgb(203,175,201); }
H1.HeaderClassName
{
color: #CBAFC9;
}
.AnyTagClassName
{
color: #CBAFC9;
}
</style>
background-color css
<style>
a { background-color: #CBAFC9; }
a { background-color: rgb(203,175,201); }
div.DivClassName
{
background-color: #CBAFC9;
}
.BgClassName
{
background-color: #CBAFC9;
}
</style>
border-color css
<style>
span { border-color: #CBAFC9; }
span { border-color: rgb(203,175,201); }
td.TdClassName
{
border-color: #CBAFC9;
}
.TagClassName
{
border-color: #CBAFC9;
}
</style>