Shades of Lavender Blue #D1D0F5
Tints of Lavender Blue #D1D0F5
RGB
CMYK
RGB Variations
Color information
#D1D0F5 (or 0xD1D0F5) is known color: Lavender Blue. HEX triplet: D1, D0 and F5. RGB value is (209,208,245). Sum of RGB (Red+Green+Blue) = 209+208+245=662 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.57% from 662); Green value is 208 (81.64% from 255 or 31.42% from 662); Blue value is 245 (96.09% from 255 or 37.01% from 662); Max value from RGB is 245 - color contains mainly: blue. Hex color #D1D0F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1D0F5 is #2E2F0A. Grayscale: #D4D4D4. Windows color (decimal): -3026699 or 16109777. OLE color: 16109777.
HSL color Cylindrical-coordinate representation of color #D1D0F5: hue angle of 241.62º degrees, saturation: 0.65, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1D0F5 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 208 | 245 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.04 |
| HSL | 241.62º | 0.65% | 0.89% | - |
| HSV(B) | 241.62º | 0.15% | 0.96% | - |
| XYZ | 65.33 | 65.26 | 95.54 | - |
| YUV | 212.52 | 146.33 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 208 | 245 | 0.15 | 0.15 | 0 | 0.04 | 241.62 | 0.65 | 0.89 |
| Hex | D1 | D0 | F5 | F | F | 0 | 4 | F2 | 41 | 59 |
| Octal | 321 | 320 | 365 | 17 | 17 | 0 | 4 | 362 | 101 | 131 |
| Binary | 11010001 | 11010000 | 11110101 | 1111 | 1111 | 0 | 100 | 11110010 | 1000001 | 1011001 |
Color Harmonies of #D1D0F5
Complementary color
Monochromatic Colors of #D1D0F5
Black with #D1D0F5
Text Example
Text Example
White with #D1D0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D0F5; }
p { color: rgb(209,208,245); }
H1.HeaderClassName
{
color: #D1D0F5;
}
.AnyTagClassName
{
color: #D1D0F5;
}
</style>
background-color css
<style>
a { background-color: #D1D0F5; }
a { background-color: rgb(209,208,245); }
div.DivClassName
{
background-color: #D1D0F5;
}
.BgClassName
{
background-color: #D1D0F5;
}
</style>
border-color css
<style>
span { border-color: #D1D0F5; }
span { border-color: rgb(209,208,245); }
td.TdClassName
{
border-color: #D1D0F5;
}
.TagClassName
{
border-color: #D1D0F5;
}
</style>