Shades of Lilac #CDB4CC
Tints of Lilac #CDB4CC
RGB
CMYK
RGB Variations
Color information
#CDB4CC (or 0xCDB4CC) is known color: Lilac. HEX triplet: CD, B4 and CC. RGB value is (205,180,204). Sum of RGB (Red+Green+Blue) = 205+180+204=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 180 (70.70% from 255 or 30.56% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB4CC is #324B33. Grayscale: #BEBEBE. Windows color (decimal): -3296052 or 13415629. OLE color: 13415629.
HSL color Cylindrical-coordinate representation of color #CDB4CC: hue angle of 302.4º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDB4CC is Cyan = 0, Magento = 0.12, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 204 | - |
| CMYK | 0 | 0.12 | 0.00 | 0.20 |
| HSL | 302.4º | 0.2% | 0.75% | - |
| HSV(B) | 302.4º | 0.12% | 0.8% | - |
| XYZ | 52.4 | 49.98 | 64.01 | - |
| YUV | 190.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 204 | 0 | 0.12 | 0.00 | 0.20 | 302.4 | 0.2 | 0.75 |
| Hex | CD | B4 | CC | 0 | C | 0 | 14 | 12E | 14 | 4B |
| Octal | 315 | 264 | 314 | 0 | 14 | 0 | 24 | 456 | 24 | 113 |
| Binary | 11001101 | 10110100 | 11001100 | 0 | 1100 | 0 | 10100 | 100101110 | 10100 | 1001011 |
Color Harmonies of #CDB4CC
Complementary color
Monochromatic Colors of #CDB4CC
Black with #CDB4CC
Text Example
Text Example
White with #CDB4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB4CC; }
p { color: rgb(205,180,204); }
H1.HeaderClassName
{
color: #CDB4CC;
}
.AnyTagClassName
{
color: #CDB4CC;
}
</style>
background-color css
<style>
a { background-color: #CDB4CC; }
a { background-color: rgb(205,180,204); }
div.DivClassName
{
background-color: #CDB4CC;
}
.BgClassName
{
background-color: #CDB4CC;
}
</style>
border-color css
<style>
span { border-color: #CDB4CC; }
span { border-color: rgb(205,180,204); }
td.TdClassName
{
border-color: #CDB4CC;
}
.TagClassName
{
border-color: #CDB4CC;
}
</style>