Shades of Lavender Blue #D1C3FC
Tints of Lavender Blue #D1C3FC
RGB
CMYK
RGB Variations
Color information
#D1C3FC (or 0xD1C3FC) is known color: Lavender Blue. HEX triplet: D1, C3 and FC. RGB value is (209,195,252). Sum of RGB (Red+Green+Blue) = 209+195+252=656 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.86% from 656); Green value is 195 (76.56% from 255 or 29.73% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #D1C3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C3FC is #2E3C03. Grayscale: #CDCDCD. Windows color (decimal): -3030020 or 16565201. OLE color: 16565201.
HSL color Cylindrical-coordinate representation of color #D1C3FC: hue angle of 254.74º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1C3FC is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 195 | 252 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.01 |
| HSL | 254.74º | 0.9% | 0.88% | - |
| HSV(B) | 254.74º | 0.23% | 0.99% | - |
| XYZ | 63.38 | 59.61 | 100.26 | - |
| YUV | 205.68 | 154.14 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 195 | 252 | 0.17 | 0.23 | 0 | 0.01 | 254.74 | 0.9 | 0.88 |
| Hex | D1 | C3 | FC | 11 | 17 | 0 | 1 | FF | 5A | 58 |
| Octal | 321 | 303 | 374 | 21 | 27 | 0 | 1 | 377 | 132 | 130 |
| Binary | 11010001 | 11000011 | 11111100 | 10001 | 10111 | 0 | 1 | 11111111 | 1011010 | 1011000 |
Color Harmonies of #D1C3FC
Complementary color
Monochromatic Colors of #D1C3FC
Black with #D1C3FC
Text Example
Text Example
White with #D1C3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C3FC; }
p { color: rgb(209,195,252); }
H1.HeaderClassName
{
color: #D1C3FC;
}
.AnyTagClassName
{
color: #D1C3FC;
}
</style>
background-color css
<style>
a { background-color: #D1C3FC; }
a { background-color: rgb(209,195,252); }
div.DivClassName
{
background-color: #D1C3FC;
}
.BgClassName
{
background-color: #D1C3FC;
}
</style>
border-color css
<style>
span { border-color: #D1C3FC; }
span { border-color: rgb(209,195,252); }
td.TdClassName
{
border-color: #D1C3FC;
}
.TagClassName
{
border-color: #D1C3FC;
}
</style>