Shades of Lavender Blue #D1CAF3
Tints of Lavender Blue #D1CAF3
RGB
CMYK
RGB Variations
Color information
#D1CAF3 (or 0xD1CAF3) is known color: Lavender Blue. HEX triplet: D1, CA and F3. RGB value is (209,202,243). Sum of RGB (Red+Green+Blue) = 209+202+243=654 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.96% from 654); Green value is 202 (79.30% from 255 or 30.89% from 654); Blue value is 243 (95.31% from 255 or 37.16% from 654); Max value from RGB is 243 - color contains mainly: blue. Hex color #D1CAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CAF3 is #2E350C. Grayscale: #D0D0D0. Windows color (decimal): -3028237 or 15977169. OLE color: 15977169.
HSL color Cylindrical-coordinate representation of color #D1CAF3: hue angle of 250.24º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1CAF3 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 202 | 243 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.05 |
| HSL | 250.24º | 0.63% | 0.87% | - |
| HSV(B) | 250.24º | 0.17% | 0.95% | - |
| XYZ | 63.59 | 62.27 | 93.46 | - |
| YUV | 208.77 | 147.32 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 202 | 243 | 0.14 | 0.17 | 0 | 0.05 | 250.24 | 0.63 | 0.87 |
| Hex | D1 | CA | F3 | E | 11 | 0 | 5 | FA | 3F | 57 |
| Octal | 321 | 312 | 363 | 16 | 21 | 0 | 5 | 372 | 77 | 127 |
| Binary | 11010001 | 11001010 | 11110011 | 1110 | 10001 | 0 | 101 | 11111010 | 111111 | 1010111 |
Color Harmonies of #D1CAF3
Complementary color
Monochromatic Colors of #D1CAF3
Black with #D1CAF3
Text Example
Text Example
White with #D1CAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CAF3; }
p { color: rgb(209,202,243); }
H1.HeaderClassName
{
color: #D1CAF3;
}
.AnyTagClassName
{
color: #D1CAF3;
}
</style>
background-color css
<style>
a { background-color: #D1CAF3; }
a { background-color: rgb(209,202,243); }
div.DivClassName
{
background-color: #D1CAF3;
}
.BgClassName
{
background-color: #D1CAF3;
}
</style>
border-color css
<style>
span { border-color: #D1CAF3; }
span { border-color: rgb(209,202,243); }
td.TdClassName
{
border-color: #D1CAF3;
}
.TagClassName
{
border-color: #D1CAF3;
}
</style>