Shades of Lilac #CBADCF
Tints of Lilac #CBADCF
RGB
CMYK
RGB Variations
Color information
#CBADCF (or 0xCBADCF) is known color: Lilac. HEX triplet: CB, AD and CF. RGB value is (203,173,207). Sum of RGB (Red+Green+Blue) = 203+173+207=583 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.82% from 583); Green value is 173 (67.97% from 255 or 29.67% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 207 - color contains mainly: blue. Hex color #CBADCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADCF is #345230. Grayscale: #B9B9B9. Windows color (decimal): -3428913 or 13610443. OLE color: 13610443.
HSL color Cylindrical-coordinate representation of color #CBADCF: hue angle of 292.94º 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 #CBADCF is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 173 | 207 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.19 |
| HSL | 292.94º | 0.26% | 0.75% | - |
| HSV(B) | 292.94º | 0.16% | 0.81% | - |
| XYZ | 50.83 | 47.09 | 65.44 | - |
| YUV | 185.85 | 139.94 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 207 | 0.02 | 0.16 | 0 | 0.19 | 292.94 | 0.26 | 0.75 |
| Hex | CB | AD | CF | 2 | 10 | 0 | 13 | 125 | 1A | 4B |
| Octal | 313 | 255 | 317 | 2 | 20 | 0 | 23 | 445 | 32 | 113 |
| Binary | 11001011 | 10101101 | 11001111 | 10 | 10000 | 0 | 10011 | 100100101 | 11010 | 1001011 |
Color Harmonies of #CBADCF
Complementary color
Monochromatic Colors of #CBADCF
Black with #CBADCF
Text Example
Text Example
White with #CBADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBADCF; }
p { color: rgb(203,173,207); }
H1.HeaderClassName
{
color: #CBADCF;
}
.AnyTagClassName
{
color: #CBADCF;
}
</style>
background-color css
<style>
a { background-color: #CBADCF; }
a { background-color: rgb(203,173,207); }
div.DivClassName
{
background-color: #CBADCF;
}
.BgClassName
{
background-color: #CBADCF;
}
</style>
border-color css
<style>
span { border-color: #CBADCF; }
span { border-color: rgb(203,173,207); }
td.TdClassName
{
border-color: #CBADCF;
}
.TagClassName
{
border-color: #CBADCF;
}
</style>