Shades of Lavender Blue #D1C4FF
Tints of Lavender Blue #D1C4FF
RGB
CMYK
RGB Variations
Color information
#D1C4FF (or 0xD1C4FF) is known color: Lavender Blue. HEX triplet: D1, C4 and FF. RGB value is (209,196,255). Sum of RGB (Red+Green+Blue) = 209+196+255=660 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.67% from 660); Green value is 196 (76.95% from 255 or 29.70% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1C4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C4FF is #2E3B00. Grayscale: #CECECE. Windows color (decimal): -3029761 or 16762065. OLE color: 16762065.
HSL color Cylindrical-coordinate representation of color #D1C4FF: hue angle of 253.22º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1C4FF is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 196 | 255 | - |
| CMYK | 0.18 | 0.23 | 0 | 0 |
| HSL | 253.22º | 1% | 0.88% | - |
| HSV(B) | 253.22º | 0.23% | 1% | - |
| XYZ | 64.08 | 60.26 | 102.86 | - |
| YUV | 206.61 | 155.31 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 196 | 255 | 0.18 | 0.23 | 0 | 0 | 253.22 | 1 | 0.88 |
| Hex | D1 | C4 | FF | 12 | 17 | 0 | 0 | FD | 64 | 58 |
| Octal | 321 | 304 | 377 | 22 | 27 | 0 | 0 | 375 | 144 | 130 |
| Binary | 11010001 | 11000100 | 11111111 | 10010 | 10111 | 0 | 0 | 11111101 | 1100100 | 1011000 |
Color Harmonies of #D1C4FF
Complementary color
Monochromatic Colors of #D1C4FF
Black with #D1C4FF
Text Example
Text Example
White with #D1C4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C4FF; }
p { color: rgb(209,196,255); }
H1.HeaderClassName
{
color: #D1C4FF;
}
.AnyTagClassName
{
color: #D1C4FF;
}
</style>
background-color css
<style>
a { background-color: #D1C4FF; }
a { background-color: rgb(209,196,255); }
div.DivClassName
{
background-color: #D1C4FF;
}
.BgClassName
{
background-color: #D1C4FF;
}
</style>
border-color css
<style>
span { border-color: #D1C4FF; }
span { border-color: rgb(209,196,255); }
td.TdClassName
{
border-color: #D1C4FF;
}
.TagClassName
{
border-color: #D1C4FF;
}
</style>