Shades of Lavender Blue #D1D5FF
Tints of Lavender Blue #D1D5FF
RGB
CMYK
RGB Variations
Color information
#D1D5FF (or 0xD1D5FF) is known color: Lavender Blue. HEX triplet: D1, D5 and FF. RGB value is (209,213,255). Sum of RGB (Red+Green+Blue) = 209+213+255=677 (89% of max value = 765). Red value is 209 (82.03% from 255 or 30.87% from 677); Green value is 213 (83.59% from 255 or 31.46% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1D5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1D5FF is #2E2A00. Grayscale: #D8D8D8. Windows color (decimal): -3025409 or 16766417. OLE color: 16766417.
HSL color Cylindrical-coordinate representation of color #D1D5FF: hue angle of 234.78º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1D5FF is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 213 | 255 | - |
| CMYK | 0.18 | 0.16 | 0 | 0 |
| HSL | 234.78º | 1% | 0.91% | - |
| HSV(B) | 234.78º | 0.18% | 1% | - |
| XYZ | 68.14 | 68.36 | 104.21 | - |
| YUV | 216.59 | 149.67 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 213 | 255 | 0.18 | 0.16 | 0 | 0 | 234.78 | 1 | 0.91 |
| Hex | D1 | D5 | FF | 12 | 10 | 0 | 0 | EB | 64 | 5B |
| Octal | 321 | 325 | 377 | 22 | 20 | 0 | 0 | 353 | 144 | 133 |
| Binary | 11010001 | 11010101 | 11111111 | 10010 | 10000 | 0 | 0 | 11101011 | 1100100 | 1011011 |
Color Harmonies of #D1D5FF
Complementary color
Monochromatic Colors of #D1D5FF
Black with #D1D5FF
Text Example
Text Example
White with #D1D5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D5FF; }
p { color: rgb(209,213,255); }
H1.HeaderClassName
{
color: #D1D5FF;
}
.AnyTagClassName
{
color: #D1D5FF;
}
</style>
background-color css
<style>
a { background-color: #D1D5FF; }
a { background-color: rgb(209,213,255); }
div.DivClassName
{
background-color: #D1D5FF;
}
.BgClassName
{
background-color: #D1D5FF;
}
</style>
border-color css
<style>
span { border-color: #D1D5FF; }
span { border-color: rgb(209,213,255); }
td.TdClassName
{
border-color: #D1D5FF;
}
.TagClassName
{
border-color: #D1D5FF;
}
</style>