Shades of Lavender Blue #D1C9FC
Tints of Lavender Blue #D1C9FC
RGB
CMYK
RGB Variations
Color information
#D1C9FC (or 0xD1C9FC) is known color: Lavender Blue. HEX triplet: D1, C9 and FC. RGB value is (209,201,252). Sum of RGB (Red+Green+Blue) = 209+201+252=662 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.57% from 662); Green value is 201 (78.91% from 255 or 30.36% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: blue. Hex color #D1C9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C9FC is #2E3603. Grayscale: #D1D1D1. Windows color (decimal): -3028484 or 16566737. OLE color: 16566737.
HSL color Cylindrical-coordinate representation of color #D1C9FC: hue angle of 249.41º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1C9FC is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 201 | 252 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.01 |
| HSL | 249.41º | 0.89% | 0.89% | - |
| HSV(B) | 249.41º | 0.2% | 0.99% | - |
| XYZ | 64.75 | 62.36 | 100.72 | - |
| YUV | 209.21 | 152.15 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 201 | 252 | 0.17 | 0.20 | 0 | 0.01 | 249.41 | 0.89 | 0.89 |
| Hex | D1 | C9 | FC | 11 | 14 | 0 | 1 | F9 | 59 | 59 |
| Octal | 321 | 311 | 374 | 21 | 24 | 0 | 1 | 371 | 131 | 131 |
| Binary | 11010001 | 11001001 | 11111100 | 10001 | 10100 | 0 | 1 | 11111001 | 1011001 | 1011001 |
Color Harmonies of #D1C9FC
Complementary color
Monochromatic Colors of #D1C9FC
Black with #D1C9FC
Text Example
Text Example
White with #D1C9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C9FC; }
p { color: rgb(209,201,252); }
H1.HeaderClassName
{
color: #D1C9FC;
}
.AnyTagClassName
{
color: #D1C9FC;
}
</style>
background-color css
<style>
a { background-color: #D1C9FC; }
a { background-color: rgb(209,201,252); }
div.DivClassName
{
background-color: #D1C9FC;
}
.BgClassName
{
background-color: #D1C9FC;
}
</style>
border-color css
<style>
span { border-color: #D1C9FC; }
span { border-color: rgb(209,201,252); }
td.TdClassName
{
border-color: #D1C9FC;
}
.TagClassName
{
border-color: #D1C9FC;
}
</style>