Shades of Lilac #CCADD0
Tints of Lilac #CCADD0
RGB
CMYK
RGB Variations
Color information
#CCADD0 (or 0xCCADD0) is known color: Lilac. HEX triplet: CC, AD and D0. RGB value is (204,173,208). Sum of RGB (Red+Green+Blue) = 204+173+208=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 208 - color contains mainly: blue. Hex color #CCADD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADD0 is #33522F. Grayscale: #BABABA. Windows color (decimal): -3363376 or 13675980. OLE color: 13675980.
HSL color Cylindrical-coordinate representation of color #CCADD0: hue angle of 293.14º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCADD0 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 173 | 208 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.18 |
| HSL | 293.14º | 0.27% | 0.75% | - |
| HSV(B) | 293.14º | 0.17% | 0.82% | - |
| XYZ | 51.23 | 47.28 | 66.1 | - |
| YUV | 186.26 | 140.27 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 208 | 0.02 | 0.17 | 0 | 0.18 | 293.14 | 0.27 | 0.75 |
| Hex | CC | AD | D0 | 2 | 11 | 0 | 12 | 125 | 1B | 4B |
| Octal | 314 | 255 | 320 | 2 | 21 | 0 | 22 | 445 | 33 | 113 |
| Binary | 11001100 | 10101101 | 11010000 | 10 | 10001 | 0 | 10010 | 100100101 | 11011 | 1001011 |
Color Harmonies of #CCADD0
Complementary color
Monochromatic Colors of #CCADD0
Black with #CCADD0
Text Example
Text Example
White with #CCADD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADD0; }
p { color: rgb(204,173,208); }
H1.HeaderClassName
{
color: #CCADD0;
}
.AnyTagClassName
{
color: #CCADD0;
}
</style>
background-color css
<style>
a { background-color: #CCADD0; }
a { background-color: rgb(204,173,208); }
div.DivClassName
{
background-color: #CCADD0;
}
.BgClassName
{
background-color: #CCADD0;
}
</style>
border-color css
<style>
span { border-color: #CCADD0; }
span { border-color: rgb(204,173,208); }
td.TdClassName
{
border-color: #CCADD0;
}
.TagClassName
{
border-color: #CCADD0;
}
</style>