Shades of Lilac #CCADCB
Tints of Lilac #CCADCB
RGB
CMYK
RGB Variations
Color information
#CCADCB (or 0xCCADCB) is known color: Lilac. HEX triplet: CC, AD and CB. RGB value is (204,173,203). Sum of RGB (Red+Green+Blue) = 204+173+203=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADCB is #335234. Grayscale: #B9B9B9. Windows color (decimal): -3363381 or 13348300. OLE color: 13348300.
HSL color Cylindrical-coordinate representation of color #CCADCB: hue angle of 301.94º degrees, saturation: 0.23, 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 #CCADCB is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 173 | 203 | - |
| CMYK | 0 | 0.15 | 0.00 | 0.2 |
| HSL | 301.94º | 0.23% | 0.74% | - |
| HSV(B) | 301.94º | 0.15% | 0.8% | - |
| XYZ | 50.62 | 47.04 | 62.91 | - |
| YUV | 185.69 | 137.77 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 203 | 0 | 0.15 | 0.00 | 0.2 | 301.94 | 0.23 | 0.74 |
| Hex | CC | AD | CB | 0 | F | 0 | 14 | 12E | 17 | 4A |
| Octal | 314 | 255 | 313 | 0 | 17 | 0 | 24 | 456 | 27 | 112 |
| Binary | 11001100 | 10101101 | 11001011 | 0 | 1111 | 0 | 10100 | 100101110 | 10111 | 1001010 |
Color Harmonies of #CCADCB
Complementary color
Monochromatic Colors of #CCADCB
Black with #CCADCB
Text Example
Text Example
White with #CCADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADCB; }
p { color: rgb(204,173,203); }
H1.HeaderClassName
{
color: #CCADCB;
}
.AnyTagClassName
{
color: #CCADCB;
}
</style>
background-color css
<style>
a { background-color: #CCADCB; }
a { background-color: rgb(204,173,203); }
div.DivClassName
{
background-color: #CCADCB;
}
.BgClassName
{
background-color: #CCADCB;
}
</style>
border-color css
<style>
span { border-color: #CCADCB; }
span { border-color: rgb(204,173,203); }
td.TdClassName
{
border-color: #CCADCB;
}
.TagClassName
{
border-color: #CCADCB;
}
</style>