Shades of Lavender Blue #D1C7FE
Tints of Lavender Blue #D1C7FE
RGB
CMYK
RGB Variations
Color information
#D1C7FE (or 0xD1C7FE) is known color: Lavender Blue. HEX triplet: D1, C7 and FE. RGB value is (209,199,254). Sum of RGB (Red+Green+Blue) = 209+199+254=662 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.57% from 662); Green value is 199 (78.12% from 255 or 30.06% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #D1C7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C7FE is #2E3801. Grayscale: #D0D0D0. Windows color (decimal): -3028994 or 16697297. OLE color: 16697297.
HSL color Cylindrical-coordinate representation of color #D1C7FE: hue angle of 250.91º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1C7FE is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 199 | 254 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.00 |
| HSL | 250.91º | 0.96% | 0.89% | - |
| HSV(B) | 250.91º | 0.22% | 1% | - |
| XYZ | 64.61 | 61.56 | 102.24 | - |
| YUV | 208.26 | 153.81 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 199 | 254 | 0.18 | 0.22 | 0 | 0.00 | 250.91 | 0.96 | 0.89 |
| Hex | D1 | C7 | FE | 12 | 16 | 0 | 0 | FB | 60 | 59 |
| Octal | 321 | 307 | 376 | 22 | 26 | 0 | 0 | 373 | 140 | 131 |
| Binary | 11010001 | 11000111 | 11111110 | 10010 | 10110 | 0 | 0 | 11111011 | 1100000 | 1011001 |
Color Harmonies of #D1C7FE
Complementary color
Monochromatic Colors of #D1C7FE
Black with #D1C7FE
Text Example
Text Example
White with #D1C7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C7FE; }
p { color: rgb(209,199,254); }
H1.HeaderClassName
{
color: #D1C7FE;
}
.AnyTagClassName
{
color: #D1C7FE;
}
</style>
background-color css
<style>
a { background-color: #D1C7FE; }
a { background-color: rgb(209,199,254); }
div.DivClassName
{
background-color: #D1C7FE;
}
.BgClassName
{
background-color: #D1C7FE;
}
</style>
border-color css
<style>
span { border-color: #D1C7FE; }
span { border-color: rgb(209,199,254); }
td.TdClassName
{
border-color: #D1C7FE;
}
.TagClassName
{
border-color: #D1C7FE;
}
</style>