Shades of Lavender Blue #D2D1FD
Tints of Lavender Blue #D2D1FD
RGB
CMYK
RGB Variations
Color information
#D2D1FD (or 0xD2D1FD) is known color: Lavender Blue. HEX triplet: D2, D1 and FD. RGB value is (210,209,253). Sum of RGB (Red+Green+Blue) = 210+209+253=672 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.25% from 672); Green value is 209 (82.03% from 255 or 31.10% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2D1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D1FD is #2D2E02. Grayscale: #D6D6D6. Windows color (decimal): -2960899 or 16634322. OLE color: 16634322.
HSL color Cylindrical-coordinate representation of color #D2D1FD: hue angle of 241.36º 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 #D2D1FD is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 209 | 253 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.01 |
| HSL | 241.36º | 0.92% | 0.91% | - |
| HSV(B) | 241.36º | 0.17% | 0.99% | - |
| XYZ | 67.11 | 66.39 | 102.21 | - |
| YUV | 214.32 | 149.83 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 209 | 253 | 0.17 | 0.17 | 0 | 0.01 | 241.36 | 0.92 | 0.91 |
| Hex | D2 | D1 | FD | 11 | 11 | 0 | 1 | F1 | 5C | 5B |
| Octal | 322 | 321 | 375 | 21 | 21 | 0 | 1 | 361 | 134 | 133 |
| Binary | 11010010 | 11010001 | 11111101 | 10001 | 10001 | 0 | 1 | 11110001 | 1011100 | 1011011 |
Color Harmonies of #D2D1FD
Complementary color
Monochromatic Colors of #D2D1FD
Black with #D2D1FD
Text Example
Text Example
White with #D2D1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D1FD; }
p { color: rgb(210,209,253); }
H1.HeaderClassName
{
color: #D2D1FD;
}
.AnyTagClassName
{
color: #D2D1FD;
}
</style>
background-color css
<style>
a { background-color: #D2D1FD; }
a { background-color: rgb(210,209,253); }
div.DivClassName
{
background-color: #D2D1FD;
}
.BgClassName
{
background-color: #D2D1FD;
}
</style>
border-color css
<style>
span { border-color: #D2D1FD; }
span { border-color: rgb(210,209,253); }
td.TdClassName
{
border-color: #D2D1FD;
}
.TagClassName
{
border-color: #D2D1FD;
}
</style>