Shades of Lilac #CBADC7
Tints of Lilac #CBADC7
RGB
CMYK
RGB Variations
Color information
#CBADC7 (or 0xCBADC7) is known color: Lilac. HEX triplet: CB, AD and C7. RGB value is (203,173,199). Sum of RGB (Red+Green+Blue) = 203+173+199=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 199 (78.12% from 255 or 34.61% from 575); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADC7 is #345238. Grayscale: #B8B8B8. Windows color (decimal): -3428921 or 13086155. OLE color: 13086155.
HSL color Cylindrical-coordinate representation of color #CBADC7: hue angle of 308º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBADC7 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 173 | 199 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.20 |
| HSL | 308º | 0.22% | 0.74% | - |
| HSV(B) | 308º | 0.15% | 0.8% | - |
| XYZ | 49.88 | 46.71 | 60.42 | - |
| YUV | 184.93 | 135.94 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 199 | 0 | 0.15 | 0.02 | 0.20 | 308 | 0.22 | 0.74 |
| Hex | CB | AD | C7 | 0 | F | 2 | 14 | 134 | 16 | 4A |
| Octal | 313 | 255 | 307 | 0 | 17 | 2 | 24 | 464 | 26 | 112 |
| Binary | 11001011 | 10101101 | 11000111 | 0 | 1111 | 10 | 10100 | 100110100 | 10110 | 1001010 |
Color Harmonies of #CBADC7
Complementary color
Monochromatic Colors of #CBADC7
Black with #CBADC7
Text Example
Text Example
White with #CBADC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBADC7; }
p { color: rgb(203,173,199); }
H1.HeaderClassName
{
color: #CBADC7;
}
.AnyTagClassName
{
color: #CBADC7;
}
</style>
background-color css
<style>
a { background-color: #CBADC7; }
a { background-color: rgb(203,173,199); }
div.DivClassName
{
background-color: #CBADC7;
}
.BgClassName
{
background-color: #CBADC7;
}
</style>
border-color css
<style>
span { border-color: #CBADC7; }
span { border-color: rgb(203,173,199); }
td.TdClassName
{
border-color: #CBADC7;
}
.TagClassName
{
border-color: #CBADC7;
}
</style>