Shades of Lavender Blue #D1CAF7
Tints of Lavender Blue #D1CAF7
RGB
CMYK
RGB Variations
Color information
#D1CAF7 (or 0xD1CAF7) is known color: Lavender Blue. HEX triplet: D1, CA and F7. RGB value is (209,202,247). Sum of RGB (Red+Green+Blue) = 209+202+247=658 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.76% from 658); Green value is 202 (79.30% from 255 or 30.70% from 658); Blue value is 247 (96.88% from 255 or 37.54% from 658); Max value from RGB is 247 - color contains mainly: blue. Hex color #D1CAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CAF7 is #2E3508. Grayscale: #D1D1D1. Windows color (decimal): -3028233 or 16239313. OLE color: 16239313.
HSL color Cylindrical-coordinate representation of color #D1CAF7: hue angle of 249.33º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1CAF7 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 202 | 247 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.03 |
| HSL | 249.33º | 0.74% | 0.88% | - |
| HSV(B) | 249.33º | 0.18% | 0.97% | - |
| XYZ | 64.2 | 62.51 | 96.68 | - |
| YUV | 209.22 | 149.32 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 202 | 247 | 0.15 | 0.18 | 0 | 0.03 | 249.33 | 0.74 | 0.88 |
| Hex | D1 | CA | F7 | F | 12 | 0 | 3 | F9 | 4A | 58 |
| Octal | 321 | 312 | 367 | 17 | 22 | 0 | 3 | 371 | 112 | 130 |
| Binary | 11010001 | 11001010 | 11110111 | 1111 | 10010 | 0 | 11 | 11111001 | 1001010 | 1011000 |
Color Harmonies of #D1CAF7
Complementary color
Monochromatic Colors of #D1CAF7
Black with #D1CAF7
Text Example
Text Example
White with #D1CAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CAF7; }
p { color: rgb(209,202,247); }
H1.HeaderClassName
{
color: #D1CAF7;
}
.AnyTagClassName
{
color: #D1CAF7;
}
</style>
background-color css
<style>
a { background-color: #D1CAF7; }
a { background-color: rgb(209,202,247); }
div.DivClassName
{
background-color: #D1CAF7;
}
.BgClassName
{
background-color: #D1CAF7;
}
</style>
border-color css
<style>
span { border-color: #D1CAF7; }
span { border-color: rgb(209,202,247); }
td.TdClassName
{
border-color: #D1CAF7;
}
.TagClassName
{
border-color: #D1CAF7;
}
</style>