Shades of Lilac #D299C7
Tints of Lilac #D299C7
RGB
CMYK
RGB Variations
Color information
#D299C7 (or 0xD299C7) is known color: Lilac. HEX triplet: D2, 99 and C7. RGB value is (210,153,199). Sum of RGB (Red+Green+Blue) = 210+153+199=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 153 (60.16% from 255 or 27.22% from 562); Blue value is 199 (78.12% from 255 or 35.41% from 562); Max value from RGB is 210 - color contains mainly: red. Hex color #D299C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D299C7 is #2D6638. Grayscale: #AFAFAF. Windows color (decimal): -2975289 or 13081042. OLE color: 13081042.
HSL color Cylindrical-coordinate representation of color #D299C7: hue angle of 311.58º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D299C7 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 153 | 199 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.18 |
| HSL | 311.58º | 0.39% | 0.71% | - |
| HSV(B) | 311.58º | 0.27% | 0.82% | - |
| XYZ | 48.28 | 40.61 | 59.33 | - |
| YUV | 175.29 | 141.38 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 153 | 199 | 0 | 0.27 | 0.05 | 0.18 | 311.58 | 0.39 | 0.71 |
| Hex | D2 | 99 | C7 | 0 | 1B | 5 | 12 | 138 | 27 | 47 |
| Octal | 322 | 231 | 307 | 0 | 33 | 5 | 22 | 470 | 47 | 107 |
| Binary | 11010010 | 10011001 | 11000111 | 0 | 11011 | 101 | 10010 | 100111000 | 100111 | 1000111 |
Color Harmonies of #D299C7
Complementary color
Monochromatic Colors of #D299C7
Black with #D299C7
Text Example
Text Example
White with #D299C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D299C7; }
p { color: rgb(210,153,199); }
H1.HeaderClassName
{
color: #D299C7;
}
.AnyTagClassName
{
color: #D299C7;
}
</style>
background-color css
<style>
a { background-color: #D299C7; }
a { background-color: rgb(210,153,199); }
div.DivClassName
{
background-color: #D299C7;
}
.BgClassName
{
background-color: #D299C7;
}
</style>
border-color css
<style>
span { border-color: #D299C7; }
span { border-color: rgb(210,153,199); }
td.TdClassName
{
border-color: #D299C7;
}
.TagClassName
{
border-color: #D299C7;
}
</style>