Shades of Lavender Blue #D1CCF6
Tints of Lavender Blue #D1CCF6
RGB
CMYK
RGB Variations
Color information
#D1CCF6 (or 0xD1CCF6) is known color: Lavender Blue. HEX triplet: D1, CC and F6. RGB value is (209,204,246). Sum of RGB (Red+Green+Blue) = 209+204+246=659 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.71% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 246 (96.48% from 255 or 37.33% from 659); Max value from RGB is 246 - color contains mainly: blue. Hex color #D1CCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CCF6 is #2E3309. Grayscale: #D2D2D2. Windows color (decimal): -3027722 or 16174289. OLE color: 16174289.
HSL color Cylindrical-coordinate representation of color #D1CCF6: hue angle of 247.14º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1CCF6 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 204 | 246 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.04 |
| HSL | 247.14º | 0.7% | 0.88% | - |
| HSV(B) | 247.14º | 0.17% | 0.96% | - |
| XYZ | 64.52 | 63.39 | 96.02 | - |
| YUV | 210.28 | 148.16 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 204 | 246 | 0.15 | 0.17 | 0 | 0.04 | 247.14 | 0.7 | 0.88 |
| Hex | D1 | CC | F6 | F | 11 | 0 | 4 | F7 | 46 | 58 |
| Octal | 321 | 314 | 366 | 17 | 21 | 0 | 4 | 367 | 106 | 130 |
| Binary | 11010001 | 11001100 | 11110110 | 1111 | 10001 | 0 | 100 | 11110111 | 1000110 | 1011000 |
Color Harmonies of #D1CCF6
Complementary color
Monochromatic Colors of #D1CCF6
Black with #D1CCF6
Text Example
Text Example
White with #D1CCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CCF6; }
p { color: rgb(209,204,246); }
H1.HeaderClassName
{
color: #D1CCF6;
}
.AnyTagClassName
{
color: #D1CCF6;
}
</style>
background-color css
<style>
a { background-color: #D1CCF6; }
a { background-color: rgb(209,204,246); }
div.DivClassName
{
background-color: #D1CCF6;
}
.BgClassName
{
background-color: #D1CCF6;
}
</style>
border-color css
<style>
span { border-color: #D1CCF6; }
span { border-color: rgb(209,204,246); }
td.TdClassName
{
border-color: #D1CCF6;
}
.TagClassName
{
border-color: #D1CCF6;
}
</style>