Shades of Lavender Blue #D1C9FE
Tints of Lavender Blue #D1C9FE
RGB
CMYK
RGB Variations
Color information
#D1C9FE (or 0xD1C9FE) is known color: Lavender Blue. HEX triplet: D1, C9 and FE. RGB value is (209,201,254). Sum of RGB (Red+Green+Blue) = 209+201+254=664 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.48% from 664); Green value is 201 (78.91% from 255 or 30.27% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #D1C9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C9FE is #2E3601. Grayscale: #D1D1D1. Windows color (decimal): -3028482 or 16697809. OLE color: 16697809.
HSL color Cylindrical-coordinate representation of color #D1C9FE: hue angle of 249.06º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1C9FE is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 201 | 254 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.00 |
| HSL | 249.06º | 0.96% | 0.89% | - |
| HSV(B) | 249.06º | 0.21% | 1% | - |
| XYZ | 65.07 | 62.48 | 102.4 | - |
| YUV | 209.43 | 153.15 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 201 | 254 | 0.18 | 0.21 | 0 | 0.00 | 249.06 | 0.96 | 0.89 |
| Hex | D1 | C9 | FE | 12 | 15 | 0 | 0 | F9 | 60 | 59 |
| Octal | 321 | 311 | 376 | 22 | 25 | 0 | 0 | 371 | 140 | 131 |
| Binary | 11010001 | 11001001 | 11111110 | 10010 | 10101 | 0 | 0 | 11111001 | 1100000 | 1011001 |
Color Harmonies of #D1C9FE
Complementary color
Monochromatic Colors of #D1C9FE
Black with #D1C9FE
Text Example
Text Example
White with #D1C9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C9FE; }
p { color: rgb(209,201,254); }
H1.HeaderClassName
{
color: #D1C9FE;
}
.AnyTagClassName
{
color: #D1C9FE;
}
</style>
background-color css
<style>
a { background-color: #D1C9FE; }
a { background-color: rgb(209,201,254); }
div.DivClassName
{
background-color: #D1C9FE;
}
.BgClassName
{
background-color: #D1C9FE;
}
</style>
border-color css
<style>
span { border-color: #D1C9FE; }
span { border-color: rgb(209,201,254); }
td.TdClassName
{
border-color: #D1C9FE;
}
.TagClassName
{
border-color: #D1C9FE;
}
</style>