Shades of Lavender Blue #D1C1FF
Tints of Lavender Blue #D1C1FF
RGB
CMYK
RGB Variations
Color information
#D1C1FF (or 0xD1C1FF) is known color: Lavender Blue. HEX triplet: D1, C1 and FF. RGB value is (209,193,255). Sum of RGB (Red+Green+Blue) = 209+193+255=657 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.81% from 657); Green value is 193 (75.78% from 255 or 29.38% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1C1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C1FF is #2E3E00. Grayscale: #CCCCCC. Windows color (decimal): -3030529 or 16761297. OLE color: 16761297.
HSL color Cylindrical-coordinate representation of color #D1C1FF: hue angle of 255.48º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D1C1FF is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 193 | 255 | - |
| CMYK | 0.18 | 0.24 | 0 | 0 |
| HSL | 255.48º | 1% | 0.88% | - |
| HSV(B) | 255.48º | 0.24% | 1% | - |
| XYZ | 63.41 | 58.92 | 102.64 | - |
| YUV | 204.85 | 156.3 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 193 | 255 | 0.18 | 0.24 | 0 | 0 | 255.48 | 1 | 0.88 |
| Hex | D1 | C1 | FF | 12 | 18 | 0 | 0 | FF | 64 | 58 |
| Octal | 321 | 301 | 377 | 22 | 30 | 0 | 0 | 377 | 144 | 130 |
| Binary | 11010001 | 11000001 | 11111111 | 10010 | 11000 | 0 | 0 | 11111111 | 1100100 | 1011000 |
Color Harmonies of #D1C1FF
Complementary color
Monochromatic Colors of #D1C1FF
Black with #D1C1FF
Text Example
Text Example
White with #D1C1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C1FF; }
p { color: rgb(209,193,255); }
H1.HeaderClassName
{
color: #D1C1FF;
}
.AnyTagClassName
{
color: #D1C1FF;
}
</style>
background-color css
<style>
a { background-color: #D1C1FF; }
a { background-color: rgb(209,193,255); }
div.DivClassName
{
background-color: #D1C1FF;
}
.BgClassName
{
background-color: #D1C1FF;
}
</style>
border-color css
<style>
span { border-color: #D1C1FF; }
span { border-color: rgb(209,193,255); }
td.TdClassName
{
border-color: #D1C1FF;
}
.TagClassName
{
border-color: #D1C1FF;
}
</style>