Shades of Lavender Blue #D1D0FD
Tints of Lavender Blue #D1D0FD
RGB
CMYK
RGB Variations
Color information
#D1D0FD (or 0xD1D0FD) is known color: Lavender Blue. HEX triplet: D1, D0 and FD. RGB value is (209,208,253). Sum of RGB (Red+Green+Blue) = 209+208+253=670 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.19% from 670); Green value is 208 (81.64% from 255 or 31.04% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #D1D0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1D0FD is #2E2F02. Grayscale: #D5D5D5. Windows color (decimal): -3026691 or 16634065. OLE color: 16634065.
HSL color Cylindrical-coordinate representation of color #D1D0FD: hue angle of 241.33º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1D0FD is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 209 | 208 | 253 | - |
CMYK | 0.17 | 0.18 | 0 | 0.01 |
HSL | 241.33º | 0.92% | 0.9% | - |
HSV(B) | 241.33º | 0.18% | 0.99% | - |
XYZ | 66.58 | 65.76 | 102.11 | - |
YUV | 213.43 | 150.33 | 124.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 208 | 253 | 0.17 | 0.18 | 0 | 0.01 | 241.33 | 0.92 | 0.9 |
Hex | D1 | D0 | FD | 11 | 12 | 0 | 1 | F1 | 5C | 5A |
Octal | 321 | 320 | 375 | 21 | 22 | 0 | 1 | 361 | 134 | 132 |
Binary | 11010001 | 11010000 | 11111101 | 10001 | 10010 | 0 | 1 | 11110001 | 1011100 | 1011010 |
Color Harmonies of #D1D0FD
Complementary color
Monochromatic Colors of #D1D0FD
Black with #D1D0FD
Text Example
Text Example
White with #D1D0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D0FD; }
p { color: rgb(209,208,253); }
H1.HeaderClassName
{
color: #D1D0FD;
}
.AnyTagClassName
{
color: #D1D0FD;
}
</style>
background-color css
<style>
a { background-color: #D1D0FD; }
a { background-color: rgb(209,208,253); }
div.DivClassName
{
background-color: #D1D0FD;
}
.BgClassName
{
background-color: #D1D0FD;
}
</style>
border-color css
<style>
span { border-color: #D1D0FD; }
span { border-color: rgb(209,208,253); }
td.TdClassName
{
border-color: #D1D0FD;
}
.TagClassName
{
border-color: #D1D0FD;
}
</style>