Shades of Lavender Blue #D1C3FB
Tints of Lavender Blue #D1C3FB
RGB
CMYK
RGB Variations
Color information
#D1C3FB (or 0xD1C3FB) is known color: Lavender Blue. HEX triplet: D1, C3 and FB. RGB value is (209,195,251). Sum of RGB (Red+Green+Blue) = 209+195+251=655 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.91% from 655); Green value is 195 (76.56% from 255 or 29.77% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #D1C3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C3FB is #2E3C04. Grayscale: #CDCDCD. Windows color (decimal): -3030021 or 16499665. OLE color: 16499665.
HSL color Cylindrical-coordinate representation of color #D1C3FB: hue angle of 255º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1C3FB is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 195 | 251 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.02 |
| HSL | 255º | 0.88% | 0.87% | - |
| HSV(B) | 255º | 0.22% | 0.98% | - |
| XYZ | 63.22 | 59.55 | 99.43 | - |
| YUV | 205.57 | 153.64 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 195 | 251 | 0.17 | 0.22 | 0 | 0.02 | 255 | 0.88 | 0.87 |
| Hex | D1 | C3 | FB | 11 | 16 | 0 | 2 | FF | 58 | 57 |
| Octal | 321 | 303 | 373 | 21 | 26 | 0 | 2 | 377 | 130 | 127 |
| Binary | 11010001 | 11000011 | 11111011 | 10001 | 10110 | 0 | 10 | 11111111 | 1011000 | 1010111 |
Color Harmonies of #D1C3FB
Complementary color
Monochromatic Colors of #D1C3FB
Black with #D1C3FB
Text Example
Text Example
White with #D1C3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C3FB; }
p { color: rgb(209,195,251); }
H1.HeaderClassName
{
color: #D1C3FB;
}
.AnyTagClassName
{
color: #D1C3FB;
}
</style>
background-color css
<style>
a { background-color: #D1C3FB; }
a { background-color: rgb(209,195,251); }
div.DivClassName
{
background-color: #D1C3FB;
}
.BgClassName
{
background-color: #D1C3FB;
}
</style>
border-color css
<style>
span { border-color: #D1C3FB; }
span { border-color: rgb(209,195,251); }
td.TdClassName
{
border-color: #D1C3FB;
}
.TagClassName
{
border-color: #D1C3FB;
}
</style>