Shades of Lavender Blue #D1CEF3
Tints of Lavender Blue #D1CEF3
RGB
CMYK
RGB Variations
Color information
#D1CEF3 (or 0xD1CEF3) is known color: Lavender Blue. HEX triplet: D1, CE and F3. RGB value is (209,206,243). Sum of RGB (Red+Green+Blue) = 209+206+243=658 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.76% from 658); Green value is 206 (80.86% from 255 or 31.31% from 658); Blue value is 243 (95.31% from 255 or 36.93% from 658); Max value from RGB is 243 - color contains mainly: blue. Hex color #D1CEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CEF3 is #2E310C. Grayscale: #D2D2D2. Windows color (decimal): -3027213 or 15978193. OLE color: 15978193.
HSL color Cylindrical-coordinate representation of color #D1CEF3: hue angle of 244.86º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1CEF3 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 206 | 243 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.05 |
| HSL | 244.86º | 0.61% | 0.88% | - |
| HSV(B) | 244.86º | 0.15% | 0.95% | - |
| XYZ | 64.54 | 64.17 | 93.78 | - |
| YUV | 211.12 | 145.99 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 206 | 243 | 0.14 | 0.15 | 0 | 0.05 | 244.86 | 0.61 | 0.88 |
| Hex | D1 | CE | F3 | E | F | 0 | 5 | F5 | 3D | 58 |
| Octal | 321 | 316 | 363 | 16 | 17 | 0 | 5 | 365 | 75 | 130 |
| Binary | 11010001 | 11001110 | 11110011 | 1110 | 1111 | 0 | 101 | 11110101 | 111101 | 1011000 |
Color Harmonies of #D1CEF3
Complementary color
Monochromatic Colors of #D1CEF3
Black with #D1CEF3
Text Example
Text Example
White with #D1CEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CEF3; }
p { color: rgb(209,206,243); }
H1.HeaderClassName
{
color: #D1CEF3;
}
.AnyTagClassName
{
color: #D1CEF3;
}
</style>
background-color css
<style>
a { background-color: #D1CEF3; }
a { background-color: rgb(209,206,243); }
div.DivClassName
{
background-color: #D1CEF3;
}
.BgClassName
{
background-color: #D1CEF3;
}
</style>
border-color css
<style>
span { border-color: #D1CEF3; }
span { border-color: rgb(209,206,243); }
td.TdClassName
{
border-color: #D1CEF3;
}
.TagClassName
{
border-color: #D1CEF3;
}
</style>