Shades of Lavender Blue #D1D4FA
Tints of Lavender Blue #D1D4FA
RGB
CMYK
RGB Variations
Color information
#D1D4FA (or 0xD1D4FA) is known color: Lavender Blue. HEX triplet: D1, D4 and FA. RGB value is (209,212,250). Sum of RGB (Red+Green+Blue) = 209+212+250=671 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.15% from 671); Green value is 212 (83.20% from 255 or 31.59% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1D4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1D4FA is #2E2B05. Grayscale: #D7D7D7. Windows color (decimal): -3025670 or 16438481. OLE color: 16438481.
HSL color Cylindrical-coordinate representation of color #D1D4FA: hue angle of 235.61º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1D4FA is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 209 | 212 | 250 | - |
CMYK | 0.16 | 0.15 | 0 | 0.02 |
HSL | 235.61º | 0.8% | 0.9% | - |
HSV(B) | 235.61º | 0.16% | 0.98% | - |
XYZ | 67.09 | 67.54 | 99.94 | - |
YUV | 215.44 | 147.51 | 123.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 212 | 250 | 0.16 | 0.15 | 0 | 0.02 | 235.61 | 0.8 | 0.9 |
Hex | D1 | D4 | FA | 10 | F | 0 | 2 | EC | 50 | 5A |
Octal | 321 | 324 | 372 | 20 | 17 | 0 | 2 | 354 | 120 | 132 |
Binary | 11010001 | 11010100 | 11111010 | 10000 | 1111 | 0 | 10 | 11101100 | 1010000 | 1011010 |
Color Harmonies of #D1D4FA
Complementary color
Monochromatic Colors of #D1D4FA
Black with #D1D4FA
Text Example
Text Example
White with #D1D4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D4FA; }
p { color: rgb(209,212,250); }
H1.HeaderClassName
{
color: #D1D4FA;
}
.AnyTagClassName
{
color: #D1D4FA;
}
</style>
background-color css
<style>
a { background-color: #D1D4FA; }
a { background-color: rgb(209,212,250); }
div.DivClassName
{
background-color: #D1D4FA;
}
.BgClassName
{
background-color: #D1D4FA;
}
</style>
border-color css
<style>
span { border-color: #D1D4FA; }
span { border-color: rgb(209,212,250); }
td.TdClassName
{
border-color: #D1D4FA;
}
.TagClassName
{
border-color: #D1D4FA;
}
</style>