Shades of Lavender Blue #D0D1F7
Tints of Lavender Blue #D0D1F7
RGB
CMYK
RGB Variations
Color information
#D0D1F7 (or 0xD0D1F7) is known color: Lavender Blue. HEX triplet: D0, D1 and F7. RGB value is (208,209,247). Sum of RGB (Red+Green+Blue) = 208+209+247=664 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.33% from 664); Green value is 209 (82.03% from 255 or 31.48% from 664); Blue value is 247 (96.88% from 255 or 37.20% from 664); Max value from RGB is 247 - color contains mainly: blue. Hex color #D0D1F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D1F7 is #2F2E08. Grayscale: #D4D4D4. Windows color (decimal): -3091977 or 16241104. OLE color: 16241104.
HSL color Cylindrical-coordinate representation of color #D0D1F7: hue angle of 238.46º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0D1F7 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 209 | 247 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.03 |
| HSL | 238.46º | 0.71% | 0.89% | - |
| HSV(B) | 238.46º | 0.16% | 0.97% | - |
| XYZ | 65.6 | 65.73 | 97.22 | - |
| YUV | 213.03 | 147.17 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 209 | 247 | 0.16 | 0.15 | 0 | 0.03 | 238.46 | 0.71 | 0.89 |
| Hex | D0 | D1 | F7 | 10 | F | 0 | 3 | EE | 47 | 59 |
| Octal | 320 | 321 | 367 | 20 | 17 | 0 | 3 | 356 | 107 | 131 |
| Binary | 11010000 | 11010001 | 11110111 | 10000 | 1111 | 0 | 11 | 11101110 | 1000111 | 1011001 |
Color Harmonies of #D0D1F7
Complementary color
Monochromatic Colors of #D0D1F7
Black with #D0D1F7
Text Example
Text Example
White with #D0D1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D1F7; }
p { color: rgb(208,209,247); }
H1.HeaderClassName
{
color: #D0D1F7;
}
.AnyTagClassName
{
color: #D0D1F7;
}
</style>
background-color css
<style>
a { background-color: #D0D1F7; }
a { background-color: rgb(208,209,247); }
div.DivClassName
{
background-color: #D0D1F7;
}
.BgClassName
{
background-color: #D0D1F7;
}
</style>
border-color css
<style>
span { border-color: #D0D1F7; }
span { border-color: rgb(208,209,247); }
td.TdClassName
{
border-color: #D0D1F7;
}
.TagClassName
{
border-color: #D0D1F7;
}
</style>