Shades of Lavender Blue #D1C3FE
Tints of Lavender Blue #D1C3FE
RGB
CMYK
RGB Variations
Color information
#D1C3FE (or 0xD1C3FE) is known color: Lavender Blue. HEX triplet: D1, C3 and FE. RGB value is (209,195,254). Sum of RGB (Red+Green+Blue) = 209+195+254=658 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.76% from 658); Green value is 195 (76.56% from 255 or 29.64% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #D1C3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C3FE is #2E3C01. Grayscale: #CDCDCD. Windows color (decimal): -3030018 or 16696273. OLE color: 16696273.
HSL color Cylindrical-coordinate representation of color #D1C3FE: hue angle of 254.24º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1C3FE is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 195 | 254 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.00 |
| HSL | 254.24º | 0.97% | 0.88% | - |
| HSV(B) | 254.24º | 0.23% | 1% | - |
| XYZ | 63.7 | 59.74 | 101.94 | - |
| YUV | 205.91 | 155.14 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 195 | 254 | 0.18 | 0.23 | 0 | 0.00 | 254.24 | 0.97 | 0.88 |
| Hex | D1 | C3 | FE | 12 | 17 | 0 | 0 | FE | 61 | 58 |
| Octal | 321 | 303 | 376 | 22 | 27 | 0 | 0 | 376 | 141 | 130 |
| Binary | 11010001 | 11000011 | 11111110 | 10010 | 10111 | 0 | 0 | 11111110 | 1100001 | 1011000 |
Color Harmonies of #D1C3FE
Complementary color
Monochromatic Colors of #D1C3FE
Black with #D1C3FE
Text Example
Text Example
White with #D1C3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C3FE; }
p { color: rgb(209,195,254); }
H1.HeaderClassName
{
color: #D1C3FE;
}
.AnyTagClassName
{
color: #D1C3FE;
}
</style>
background-color css
<style>
a { background-color: #D1C3FE; }
a { background-color: rgb(209,195,254); }
div.DivClassName
{
background-color: #D1C3FE;
}
.BgClassName
{
background-color: #D1C3FE;
}
</style>
border-color css
<style>
span { border-color: #D1C3FE; }
span { border-color: rgb(209,195,254); }
td.TdClassName
{
border-color: #D1C3FE;
}
.TagClassName
{
border-color: #D1C3FE;
}
</style>