Shades of Lavender Blue #D0D1FD
Tints of Lavender Blue #D0D1FD
RGB
CMYK
RGB Variations
Color information
#D0D1FD (or 0xD0D1FD) is known color: Lavender Blue. HEX triplet: D0, D1 and FD. RGB value is (208,209,253). Sum of RGB (Red+Green+Blue) = 208+209+253=670 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.04% from 670); Green value is 209 (82.03% from 255 or 31.19% 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 #D0D1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D1FD is #2F2E02. Grayscale: #D5D5D5. Windows color (decimal): -3091971 or 16634320. OLE color: 16634320.
HSL color Cylindrical-coordinate representation of color #D0D1FD: hue angle of 238.67º 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 #D0D1FD is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 209 | 253 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.01 |
| HSL | 238.67º | 0.92% | 0.9% | - |
| HSV(B) | 238.67º | 0.18% | 0.99% | - |
| XYZ | 66.54 | 66.1 | 102.18 | - |
| YUV | 213.72 | 150.17 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 209 | 253 | 0.18 | 0.17 | 0 | 0.01 | 238.67 | 0.92 | 0.9 |
| Hex | D0 | D1 | FD | 12 | 11 | 0 | 1 | EF | 5C | 5A |
| Octal | 320 | 321 | 375 | 22 | 21 | 0 | 1 | 357 | 134 | 132 |
| Binary | 11010000 | 11010001 | 11111101 | 10010 | 10001 | 0 | 1 | 11101111 | 1011100 | 1011010 |
Color Harmonies of #D0D1FD
Complementary color
Monochromatic Colors of #D0D1FD
Black with #D0D1FD
Text Example
Text Example
White with #D0D1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D1FD; }
p { color: rgb(208,209,253); }
H1.HeaderClassName
{
color: #D0D1FD;
}
.AnyTagClassName
{
color: #D0D1FD;
}
</style>
background-color css
<style>
a { background-color: #D0D1FD; }
a { background-color: rgb(208,209,253); }
div.DivClassName
{
background-color: #D0D1FD;
}
.BgClassName
{
background-color: #D0D1FD;
}
</style>
border-color css
<style>
span { border-color: #D0D1FD; }
span { border-color: rgb(208,209,253); }
td.TdClassName
{
border-color: #D0D1FD;
}
.TagClassName
{
border-color: #D0D1FD;
}
</style>