Shades of Lavender Blue #D1D4FD
Tints of Lavender Blue #D1D4FD
RGB
CMYK
RGB Variations
Color information
#D1D4FD (or 0xD1D4FD) is known color: Lavender Blue. HEX triplet: D1, D4 and FD. RGB value is (209,212,253). Sum of RGB (Red+Green+Blue) = 209+212+253=674 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.01% from 674); Green value is 212 (83.20% from 255 or 31.45% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #D1D4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1D4FD is #2E2B02. Grayscale: #D7D7D7. Windows color (decimal): -3025667 or 16635089. OLE color: 16635089.
HSL color Cylindrical-coordinate representation of color #D1D4FD: hue angle of 235.91º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1D4FD is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 209 | 212 | 253 | - |
CMYK | 0.17 | 0.16 | 0 | 0.01 |
HSL | 235.91º | 0.92% | 0.91% | - |
HSV(B) | 235.91º | 0.17% | 0.99% | - |
XYZ | 67.57 | 67.73 | 102.44 | - |
YUV | 215.78 | 149.01 | 123.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 212 | 253 | 0.17 | 0.16 | 0 | 0.01 | 235.91 | 0.92 | 0.91 |
Hex | D1 | D4 | FD | 11 | 10 | 0 | 1 | EC | 5C | 5B |
Octal | 321 | 324 | 375 | 21 | 20 | 0 | 1 | 354 | 134 | 133 |
Binary | 11010001 | 11010100 | 11111101 | 10001 | 10000 | 0 | 1 | 11101100 | 1011100 | 1011011 |
Color Harmonies of #D1D4FD
Complementary color
Monochromatic Colors of #D1D4FD
Black with #D1D4FD
Text Example
Text Example
White with #D1D4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D4FD; }
p { color: rgb(209,212,253); }
H1.HeaderClassName
{
color: #D1D4FD;
}
.AnyTagClassName
{
color: #D1D4FD;
}
</style>
background-color css
<style>
a { background-color: #D1D4FD; }
a { background-color: rgb(209,212,253); }
div.DivClassName
{
background-color: #D1D4FD;
}
.BgClassName
{
background-color: #D1D4FD;
}
</style>
border-color css
<style>
span { border-color: #D1D4FD; }
span { border-color: rgb(209,212,253); }
td.TdClassName
{
border-color: #D1D4FD;
}
.TagClassName
{
border-color: #D1D4FD;
}
</style>