Shades of Lilac #D69CCB
Tints of Lilac #D69CCB
RGB
CMYK
RGB Variations
Color information
#D69CCB (or 0xD69CCB) is known color: Lilac. HEX triplet: D6, 9C and CB. RGB value is (214,156,203). Sum of RGB (Red+Green+Blue) = 214+156+203=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 156 (61.33% from 255 or 27.23% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 214 - color contains mainly: red. Hex color #D69CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69CCB is #296334. Grayscale: #B2B2B2. Windows color (decimal): -2712373 or 13343958. OLE color: 13343958.
HSL color Cylindrical-coordinate representation of color #D69CCB: hue angle of 311.38º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D69CCB is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 156 | 203 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.16 |
| HSL | 311.38º | 0.41% | 0.73% | - |
| HSV(B) | 311.38º | 0.27% | 0.84% | - |
| XYZ | 50.4 | 42.38 | 62.02 | - |
| YUV | 178.7 | 141.72 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 156 | 203 | 0 | 0.27 | 0.05 | 0.16 | 311.38 | 0.41 | 0.73 |
| Hex | D6 | 9C | CB | 0 | 1B | 5 | 10 | 137 | 29 | 49 |
| Octal | 326 | 234 | 313 | 0 | 33 | 5 | 20 | 467 | 51 | 111 |
| Binary | 11010110 | 10011100 | 11001011 | 0 | 11011 | 101 | 10000 | 100110111 | 101001 | 1001001 |
Color Harmonies of #D69CCB
Complementary color
Monochromatic Colors of #D69CCB
Black with #D69CCB
Text Example
Text Example
White with #D69CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69CCB; }
p { color: rgb(214,156,203); }
H1.HeaderClassName
{
color: #D69CCB;
}
.AnyTagClassName
{
color: #D69CCB;
}
</style>
background-color css
<style>
a { background-color: #D69CCB; }
a { background-color: rgb(214,156,203); }
div.DivClassName
{
background-color: #D69CCB;
}
.BgClassName
{
background-color: #D69CCB;
}
</style>
border-color css
<style>
span { border-color: #D69CCB; }
span { border-color: rgb(214,156,203); }
td.TdClassName
{
border-color: #D69CCB;
}
.TagClassName
{
border-color: #D69CCB;
}
</style>