Shades of Lavender Blue #D1D7FE
Tints of Lavender Blue #D1D7FE
RGB
CMYK
RGB Variations
Color information
#D1D7FE (or 0xD1D7FE) is known color: Lavender Blue. HEX triplet: D1, D7 and FE. RGB value is (209,215,254). Sum of RGB (Red+Green+Blue) = 209+215+254=678 (89% of max value = 765). Red value is 209 (82.03% from 255 or 30.83% from 678); Green value is 215 (84.38% from 255 or 31.71% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #D1D7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1D7FE is #2E2801. Grayscale: #D9D9D9. Windows color (decimal): -3024898 or 16701393. OLE color: 16701393.
HSL color Cylindrical-coordinate representation of color #D1D7FE: hue angle of 232º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1D7FE is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 215 | 254 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.00 |
| HSL | 232º | 0.96% | 0.91% | - |
| HSV(B) | 232º | 0.18% | 1% | - |
| XYZ | 68.48 | 69.31 | 103.54 | - |
| YUV | 217.65 | 148.51 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 215 | 254 | 0.18 | 0.15 | 0 | 0.00 | 232 | 0.96 | 0.91 |
| Hex | D1 | D7 | FE | 12 | F | 0 | 0 | E8 | 60 | 5B |
| Octal | 321 | 327 | 376 | 22 | 17 | 0 | 0 | 350 | 140 | 133 |
| Binary | 11010001 | 11010111 | 11111110 | 10010 | 1111 | 0 | 0 | 11101000 | 1100000 | 1011011 |
Color Harmonies of #D1D7FE
Complementary color
Monochromatic Colors of #D1D7FE
Black with #D1D7FE
Text Example
Text Example
White with #D1D7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D7FE; }
p { color: rgb(209,215,254); }
H1.HeaderClassName
{
color: #D1D7FE;
}
.AnyTagClassName
{
color: #D1D7FE;
}
</style>
background-color css
<style>
a { background-color: #D1D7FE; }
a { background-color: rgb(209,215,254); }
div.DivClassName
{
background-color: #D1D7FE;
}
.BgClassName
{
background-color: #D1D7FE;
}
</style>
border-color css
<style>
span { border-color: #D1D7FE; }
span { border-color: rgb(209,215,254); }
td.TdClassName
{
border-color: #D1D7FE;
}
.TagClassName
{
border-color: #D1D7FE;
}
</style>