Shades of Lavender Blue #D1C9FB
Tints of Lavender Blue #D1C9FB
RGB
CMYK
RGB Variations
Color information
#D1C9FB (or 0xD1C9FB) is known color: Lavender Blue. HEX triplet: D1, C9 and FB. RGB value is (209,201,251). Sum of RGB (Red+Green+Blue) = 209+201+251=661 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.62% from 661); Green value is 201 (78.91% from 255 or 30.41% from 661); Blue value is 251 (98.44% from 255 or 37.97% from 661); Max value from RGB is 251 - color contains mainly: blue. Hex color #D1C9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C9FB is #2E3604. Grayscale: #D0D0D0. Windows color (decimal): -3028485 or 16501201. OLE color: 16501201.
HSL color Cylindrical-coordinate representation of color #D1C9FB: hue angle of 249.6º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1C9FB is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 209 | 201 | 251 | - |
CMYK | 0.17 | 0.20 | 0 | 0.02 |
HSL | 249.6º | 0.86% | 0.89% | - |
HSV(B) | 249.6º | 0.2% | 0.98% | - |
XYZ | 64.59 | 62.29 | 99.89 | - |
YUV | 209.09 | 151.65 | 127.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 201 | 251 | 0.17 | 0.20 | 0 | 0.02 | 249.6 | 0.86 | 0.89 |
Hex | D1 | C9 | FB | 11 | 14 | 0 | 2 | FA | 56 | 59 |
Octal | 321 | 311 | 373 | 21 | 24 | 0 | 2 | 372 | 126 | 131 |
Binary | 11010001 | 11001001 | 11111011 | 10001 | 10100 | 0 | 10 | 11111010 | 1010110 | 1011001 |
Color Harmonies of #D1C9FB
Complementary color
Monochromatic Colors of #D1C9FB
Black with #D1C9FB
Text Example
Text Example
White with #D1C9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C9FB; }
p { color: rgb(209,201,251); }
H1.HeaderClassName
{
color: #D1C9FB;
}
.AnyTagClassName
{
color: #D1C9FB;
}
</style>
background-color css
<style>
a { background-color: #D1C9FB; }
a { background-color: rgb(209,201,251); }
div.DivClassName
{
background-color: #D1C9FB;
}
.BgClassName
{
background-color: #D1C9FB;
}
</style>
border-color css
<style>
span { border-color: #D1C9FB; }
span { border-color: rgb(209,201,251); }
td.TdClassName
{
border-color: #D1C9FB;
}
.TagClassName
{
border-color: #D1C9FB;
}
</style>