Shades of Lilac #CDB4CA
Tints of Lilac #CDB4CA
RGB
CMYK
RGB Variations
Color information
#CDB4CA (or 0xCDB4CA) is known color: Lilac. HEX triplet: CD, B4 and CA. RGB value is (205,180,202). Sum of RGB (Red+Green+Blue) = 205+180+202=587 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.92% from 587); Green value is 180 (70.70% from 255 or 30.66% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB4CA is #324B35. Grayscale: #BDBDBD. Windows color (decimal): -3296054 or 13284557. OLE color: 13284557.
HSL color Cylindrical-coordinate representation of color #CDB4CA: hue angle of 307.2º 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 #CDB4CA is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 202 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.20 |
| HSL | 307.2º | 0.2% | 0.75% | - |
| HSV(B) | 307.2º | 0.12% | 0.8% | - |
| XYZ | 52.16 | 49.89 | 62.76 | - |
| YUV | 189.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 202 | 0 | 0.12 | 0.01 | 0.20 | 307.2 | 0.2 | 0.75 |
| Hex | CD | B4 | CA | 0 | C | 1 | 14 | 133 | 14 | 4B |
| Octal | 315 | 264 | 312 | 0 | 14 | 1 | 24 | 463 | 24 | 113 |
| Binary | 11001101 | 10110100 | 11001010 | 0 | 1100 | 1 | 10100 | 100110011 | 10100 | 1001011 |
Color Harmonies of #CDB4CA
Complementary color
Monochromatic Colors of #CDB4CA
Black with #CDB4CA
Text Example
Text Example
White with #CDB4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB4CA; }
p { color: rgb(205,180,202); }
H1.HeaderClassName
{
color: #CDB4CA;
}
.AnyTagClassName
{
color: #CDB4CA;
}
</style>
background-color css
<style>
a { background-color: #CDB4CA; }
a { background-color: rgb(205,180,202); }
div.DivClassName
{
background-color: #CDB4CA;
}
.BgClassName
{
background-color: #CDB4CA;
}
</style>
border-color css
<style>
span { border-color: #CDB4CA; }
span { border-color: rgb(205,180,202); }
td.TdClassName
{
border-color: #CDB4CA;
}
.TagClassName
{
border-color: #CDB4CA;
}
</style>