Shades of Lilac #CCADCE
Tints of Lilac #CCADCE
RGB
CMYK
RGB Variations
Color information
#CCADCE (or 0xCCADCE) is known color: Lilac. HEX triplet: CC, AD and CE. RGB value is (204,173,206). Sum of RGB (Red+Green+Blue) = 204+173+206=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 173 (67.97% from 255 or 29.67% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCADCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADCE is #335231. Grayscale: #B9B9B9. Windows color (decimal): -3363378 or 13544908. OLE color: 13544908.
HSL color Cylindrical-coordinate representation of color #CCADCE: hue angle of 296.36º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCADCE is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 204 | 173 | 206 | - |
CMYK | 0.01 | 0.16 | 0 | 0.19 |
HSL | 296.36º | 0.25% | 0.74% | - |
HSV(B) | 296.36º | 0.16% | 0.81% | - |
XYZ | 50.99 | 47.18 | 64.81 | - |
YUV | 186.03 | 139.27 | 140.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 173 | 206 | 0.01 | 0.16 | 0 | 0.19 | 296.36 | 0.25 | 0.74 |
Hex | CC | AD | CE | 1 | 10 | 0 | 13 | 128 | 19 | 4A |
Octal | 314 | 255 | 316 | 1 | 20 | 0 | 23 | 450 | 31 | 112 |
Binary | 11001100 | 10101101 | 11001110 | 1 | 10000 | 0 | 10011 | 100101000 | 11001 | 1001010 |
Color Harmonies of #CCADCE
Complementary color
Monochromatic Colors of #CCADCE
Black with #CCADCE
Text Example
Text Example
White with #CCADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADCE; }
p { color: rgb(204,173,206); }
H1.HeaderClassName
{
color: #CCADCE;
}
.AnyTagClassName
{
color: #CCADCE;
}
</style>
background-color css
<style>
a { background-color: #CCADCE; }
a { background-color: rgb(204,173,206); }
div.DivClassName
{
background-color: #CCADCE;
}
.BgClassName
{
background-color: #CCADCE;
}
</style>
border-color css
<style>
span { border-color: #CCADCE; }
span { border-color: rgb(204,173,206); }
td.TdClassName
{
border-color: #CCADCE;
}
.TagClassName
{
border-color: #CCADCE;
}
</style>