Shades of Lilac #D299CF
Tints of Lilac #D299CF
RGB
CMYK
RGB Variations
Color information
#D299CF (or 0xD299CF) is known color: Lilac. HEX triplet: D2, 99 and CF. RGB value is (210,153,207). Sum of RGB (Red+Green+Blue) = 210+153+207=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 210 - color contains mainly: red. Hex color #D299CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D299CF is #2D6630. Grayscale: #B0B0B0. Windows color (decimal): -2975281 or 13605330. OLE color: 13605330.
HSL color Cylindrical-coordinate representation of color #D299CF: hue angle of 303.16º 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 #D299CF is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 153 | 207 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.18 |
| HSL | 303.16º | 0.39% | 0.71% | - |
| HSV(B) | 303.16º | 0.27% | 0.82% | - |
| XYZ | 49.23 | 40.99 | 64.35 | - |
| YUV | 176.2 | 145.38 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 153 | 207 | 0 | 0.27 | 0.01 | 0.18 | 303.16 | 0.39 | 0.71 |
| Hex | D2 | 99 | CF | 0 | 1B | 1 | 12 | 12F | 27 | 47 |
| Octal | 322 | 231 | 317 | 0 | 33 | 1 | 22 | 457 | 47 | 107 |
| Binary | 11010010 | 10011001 | 11001111 | 0 | 11011 | 1 | 10010 | 100101111 | 100111 | 1000111 |
Color Harmonies of #D299CF
Complementary color
Monochromatic Colors of #D299CF
Black with #D299CF
Text Example
Text Example
White with #D299CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D299CF; }
p { color: rgb(210,153,207); }
H1.HeaderClassName
{
color: #D299CF;
}
.AnyTagClassName
{
color: #D299CF;
}
</style>
background-color css
<style>
a { background-color: #D299CF; }
a { background-color: rgb(210,153,207); }
div.DivClassName
{
background-color: #D299CF;
}
.BgClassName
{
background-color: #D299CF;
}
</style>
border-color css
<style>
span { border-color: #D299CF; }
span { border-color: rgb(210,153,207); }
td.TdClassName
{
border-color: #D299CF;
}
.TagClassName
{
border-color: #D299CF;
}
</style>