Shades of Lilac #CDA4CB
Tints of Lilac #CDA4CB
RGB
CMYK
RGB Variations
Color information
#CDA4CB (or 0xCDA4CB) is known color: Lilac. HEX triplet: CD, A4 and CB. RGB value is (205,164,203). Sum of RGB (Red+Green+Blue) = 205+164+203=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 164 (64.45% from 255 or 28.67% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA4CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA4CB is #325B34. Grayscale: #B4B4B4. Windows color (decimal): -3300149 or 13345997. OLE color: 13345997.
HSL color Cylindrical-coordinate representation of color #CDA4CB: hue angle of 302.93º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDA4CB is Cyan = 0, Magento = 0.2, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 203 | - |
| CMYK | 0 | 0.2 | 0.01 | 0.20 |
| HSL | 302.93º | 0.29% | 0.72% | - |
| HSV(B) | 302.93º | 0.2% | 0.8% | - |
| XYZ | 49.23 | 43.84 | 62.37 | - |
| YUV | 180.71 | 140.58 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 203 | 0 | 0.2 | 0.01 | 0.20 | 302.93 | 0.29 | 0.72 |
| Hex | CD | A4 | CB | 0 | 14 | 1 | 14 | 12F | 1D | 48 |
| Octal | 315 | 244 | 313 | 0 | 24 | 1 | 24 | 457 | 35 | 110 |
| Binary | 11001101 | 10100100 | 11001011 | 0 | 10100 | 1 | 10100 | 100101111 | 11101 | 1001000 |
Color Harmonies of #CDA4CB
Complementary color
Monochromatic Colors of #CDA4CB
Black with #CDA4CB
Text Example
Text Example
White with #CDA4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA4CB; }
p { color: rgb(205,164,203); }
H1.HeaderClassName
{
color: #CDA4CB;
}
.AnyTagClassName
{
color: #CDA4CB;
}
</style>
background-color css
<style>
a { background-color: #CDA4CB; }
a { background-color: rgb(205,164,203); }
div.DivClassName
{
background-color: #CDA4CB;
}
.BgClassName
{
background-color: #CDA4CB;
}
</style>
border-color css
<style>
span { border-color: #CDA4CB; }
span { border-color: rgb(205,164,203); }
td.TdClassName
{
border-color: #CDA4CB;
}
.TagClassName
{
border-color: #CDA4CB;
}
</style>