Shades of French Lilac #D4B5CE
Tints of French Lilac #D4B5CE
RGB
CMYK
RGB Variations
Color information
#D4B5CE (or 0xD4B5CE) is known color: French Lilac. HEX triplet: D4, B5 and CE. RGB value is (212,181,206). Sum of RGB (Red+Green+Blue) = 212+181+206=599 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.39% from 599); Green value is 181 (71.09% from 255 or 30.22% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4B5CE is #2B4A31. Grayscale: #C1C1C1. Windows color (decimal): -2837042 or 13546964. OLE color: 13546964.
HSL color Cylindrical-coordinate representation of color #D4B5CE: hue angle of 311.61º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4B5CE is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 181 | 206 | - |
CMYK | 0 | 0.15 | 0.03 | 0.17 |
HSL | 311.61º | 0.26% | 0.77% | - |
HSV(B) | 311.61º | 0.15% | 0.83% | - |
XYZ | 54.82 | 51.5 | 65.44 | - |
YUV | 193.12 | 135.27 | 141.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 181 | 206 | 0 | 0.15 | 0.03 | 0.17 | 311.61 | 0.26 | 0.77 |
Hex | D4 | B5 | CE | 0 | F | 3 | 11 | 138 | 1A | 4D |
Octal | 324 | 265 | 316 | 0 | 17 | 3 | 21 | 470 | 32 | 115 |
Binary | 11010100 | 10110101 | 11001110 | 0 | 1111 | 11 | 10001 | 100111000 | 11010 | 1001101 |
Color Harmonies of #D4B5CE
Complementary color
Monochromatic Colors of #D4B5CE
Black with #D4B5CE
Text Example
Text Example
White with #D4B5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B5CE; }
p { color: rgb(212,181,206); }
H1.HeaderClassName
{
color: #D4B5CE;
}
.AnyTagClassName
{
color: #D4B5CE;
}
</style>
background-color css
<style>
a { background-color: #D4B5CE; }
a { background-color: rgb(212,181,206); }
div.DivClassName
{
background-color: #D4B5CE;
}
.BgClassName
{
background-color: #D4B5CE;
}
</style>
border-color css
<style>
span { border-color: #D4B5CE; }
span { border-color: rgb(212,181,206); }
td.TdClassName
{
border-color: #D4B5CE;
}
.TagClassName
{
border-color: #D4B5CE;
}
</style>