Shades of Lavender Blue #D3CEF9
Tints of Lavender Blue #D3CEF9
RGB
CMYK
RGB Variations
Color information
#D3CEF9 (or 0xD3CEF9) is known color: Lavender Blue. HEX triplet: D3, CE and F9. RGB value is (211,206,249). Sum of RGB (Red+Green+Blue) = 211+206+249=666 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.68% from 666); Green value is 206 (80.86% from 255 or 30.93% from 666); Blue value is 249 (97.66% from 255 or 37.39% from 666); Max value from RGB is 249 - color contains mainly: blue. Hex color #D3CEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CEF9 is #2C3106. Grayscale: #D4D4D4. Windows color (decimal): -2896135 or 16371411. OLE color: 16371411.
HSL color Cylindrical-coordinate representation of color #D3CEF9: hue angle of 246.98º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3CEF9 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 206 | 249 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.02 |
| HSL | 246.98º | 0.78% | 0.89% | - |
| HSV(B) | 246.98º | 0.17% | 0.98% | - |
| XYZ | 66.03 | 64.83 | 98.66 | - |
| YUV | 212.4 | 148.66 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 206 | 249 | 0.15 | 0.17 | 0 | 0.02 | 246.98 | 0.78 | 0.89 |
| Hex | D3 | CE | F9 | F | 11 | 0 | 2 | F7 | 4E | 59 |
| Octal | 323 | 316 | 371 | 17 | 21 | 0 | 2 | 367 | 116 | 131 |
| Binary | 11010011 | 11001110 | 11111001 | 1111 | 10001 | 0 | 10 | 11110111 | 1001110 | 1011001 |
Color Harmonies of #D3CEF9
Complementary color
Monochromatic Colors of #D3CEF9
Black with #D3CEF9
Text Example
Text Example
White with #D3CEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CEF9; }
p { color: rgb(211,206,249); }
H1.HeaderClassName
{
color: #D3CEF9;
}
.AnyTagClassName
{
color: #D3CEF9;
}
</style>
background-color css
<style>
a { background-color: #D3CEF9; }
a { background-color: rgb(211,206,249); }
div.DivClassName
{
background-color: #D3CEF9;
}
.BgClassName
{
background-color: #D3CEF9;
}
</style>
border-color css
<style>
span { border-color: #D3CEF9; }
span { border-color: rgb(211,206,249); }
td.TdClassName
{
border-color: #D3CEF9;
}
.TagClassName
{
border-color: #D3CEF9;
}
</style>