Shades of Lavender Blue #D1C8F7
Tints of Lavender Blue #D1C8F7
RGB
CMYK
RGB Variations
Color information
#D1C8F7 (or 0xD1C8F7) is known color: Lavender Blue. HEX triplet: D1, C8 and F7. RGB value is (209,200,247). Sum of RGB (Red+Green+Blue) = 209+200+247=656 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.86% from 656); Green value is 200 (78.52% from 255 or 30.49% from 656); Blue value is 247 (96.88% from 255 or 37.65% from 656); Max value from RGB is 247 - color contains mainly: blue. Hex color #D1C8F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C8F7 is #2E3708. Grayscale: #CFCFCF. Windows color (decimal): -3028745 or 16238801. OLE color: 16238801.
HSL color Cylindrical-coordinate representation of color #D1C8F7: hue angle of 251.49º degrees, saturation: 0.75, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1C8F7 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 200 | 247 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.03 |
| HSL | 251.49º | 0.75% | 0.88% | - |
| HSV(B) | 251.49º | 0.19% | 0.97% | - |
| XYZ | 63.74 | 61.58 | 96.52 | - |
| YUV | 208.05 | 149.98 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 200 | 247 | 0.15 | 0.19 | 0 | 0.03 | 251.49 | 0.75 | 0.88 |
| Hex | D1 | C8 | F7 | F | 13 | 0 | 3 | FB | 4B | 58 |
| Octal | 321 | 310 | 367 | 17 | 23 | 0 | 3 | 373 | 113 | 130 |
| Binary | 11010001 | 11001000 | 11110111 | 1111 | 10011 | 0 | 11 | 11111011 | 1001011 | 1011000 |
Color Harmonies of #D1C8F7
Complementary color
Monochromatic Colors of #D1C8F7
Black with #D1C8F7
Text Example
Text Example
White with #D1C8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C8F7; }
p { color: rgb(209,200,247); }
H1.HeaderClassName
{
color: #D1C8F7;
}
.AnyTagClassName
{
color: #D1C8F7;
}
</style>
background-color css
<style>
a { background-color: #D1C8F7; }
a { background-color: rgb(209,200,247); }
div.DivClassName
{
background-color: #D1C8F7;
}
.BgClassName
{
background-color: #D1C8F7;
}
</style>
border-color css
<style>
span { border-color: #D1C8F7; }
span { border-color: rgb(209,200,247); }
td.TdClassName
{
border-color: #D1C8F7;
}
.TagClassName
{
border-color: #D1C8F7;
}
</style>