Shades of Lilac #D695CB
Tints of Lilac #D695CB
RGB
CMYK
RGB Variations
Color information
#D695CB (or 0xD695CB) is known color: Lilac. HEX triplet: D6, 95 and CB. RGB value is (214,149,203). Sum of RGB (Red+Green+Blue) = 214+149+203=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 149 (58.59% from 255 or 26.33% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D695CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D695CB is #296A34. Grayscale: #AEAEAE. Windows color (decimal): -2714165 or 13342166. OLE color: 13342166.
HSL color Cylindrical-coordinate representation of color #D695CB: hue angle of 310.15º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D695CB is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 149 | 203 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.16 |
| HSL | 310.15º | 0.44% | 0.71% | - |
| HSV(B) | 310.15º | 0.3% | 0.84% | - |
| XYZ | 49.26 | 40.1 | 61.64 | - |
| YUV | 174.59 | 144.03 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 203 | 0 | 0.30 | 0.05 | 0.16 | 310.15 | 0.44 | 0.71 |
| Hex | D6 | 95 | CB | 0 | 1E | 5 | 10 | 136 | 2C | 47 |
| Octal | 326 | 225 | 313 | 0 | 36 | 5 | 20 | 466 | 54 | 107 |
| Binary | 11010110 | 10010101 | 11001011 | 0 | 11110 | 101 | 10000 | 100110110 | 101100 | 1000111 |
Color Harmonies of #D695CB
Complementary color
Monochromatic Colors of #D695CB
Black with #D695CB
Text Example
Text Example
White with #D695CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D695CB; }
p { color: rgb(214,149,203); }
H1.HeaderClassName
{
color: #D695CB;
}
.AnyTagClassName
{
color: #D695CB;
}
</style>
background-color css
<style>
a { background-color: #D695CB; }
a { background-color: rgb(214,149,203); }
div.DivClassName
{
background-color: #D695CB;
}
.BgClassName
{
background-color: #D695CB;
}
</style>
border-color css
<style>
span { border-color: #D695CB; }
span { border-color: rgb(214,149,203); }
td.TdClassName
{
border-color: #D695CB;
}
.TagClassName
{
border-color: #D695CB;
}
</style>