Shades of Lilac #CDB2CD
Tints of Lilac #CDB2CD
RGB
CMYK
RGB Variations
Color information
#CDB2CD (or 0xCDB2CD) is known color: Lilac. HEX triplet: CD, B2 and CD. RGB value is (205,178,205). Sum of RGB (Red+Green+Blue) = 205+178+205=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 178 (69.92% from 255 or 30.27% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CDB2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB2CD is #324D32. Grayscale: #BDBDBD. Windows color (decimal): -3296563 or 13480653. OLE color: 13480653.
HSL color Cylindrical-coordinate representation of color #CDB2CD: hue angle of 300º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDB2CD is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 178 | 205 | - |
| CMYK | 0 | 0.13 | 0 | 0.20 |
| HSL | 300º | 0.21% | 0.75% | - |
| HSV(B) | 300º | 0.13% | 0.8% | - |
| XYZ | 52.12 | 49.23 | 64.51 | - |
| YUV | 189.15 | 136.95 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 178 | 205 | 0 | 0.13 | 0 | 0.20 | 300 | 0.21 | 0.75 |
| Hex | CD | B2 | CD | 0 | D | 0 | 14 | 12C | 15 | 4B |
| Octal | 315 | 262 | 315 | 0 | 15 | 0 | 24 | 454 | 25 | 113 |
| Binary | 11001101 | 10110010 | 11001101 | 0 | 1101 | 0 | 10100 | 100101100 | 10101 | 1001011 |
Color Harmonies of #CDB2CD
Complementary color
Monochromatic Colors of #CDB2CD
Black with #CDB2CD
Text Example
Text Example
White with #CDB2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB2CD; }
p { color: rgb(205,178,205); }
H1.HeaderClassName
{
color: #CDB2CD;
}
.AnyTagClassName
{
color: #CDB2CD;
}
</style>
background-color css
<style>
a { background-color: #CDB2CD; }
a { background-color: rgb(205,178,205); }
div.DivClassName
{
background-color: #CDB2CD;
}
.BgClassName
{
background-color: #CDB2CD;
}
</style>
border-color css
<style>
span { border-color: #CDB2CD; }
span { border-color: rgb(205,178,205); }
td.TdClassName
{
border-color: #CDB2CD;
}
.TagClassName
{
border-color: #CDB2CD;
}
</style>