Shades of Lavender Blue #D3CEFB
Tints of Lavender Blue #D3CEFB
RGB
CMYK
RGB Variations
Color information
#D3CEFB (or 0xD3CEFB) is known color: Lavender Blue. HEX triplet: D3, CE and FB. RGB value is (211,206,251). Sum of RGB (Red+Green+Blue) = 211+206+251=668 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.59% from 668); Green value is 206 (80.86% from 255 or 30.84% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #D3CEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CEFB is #2C3104. Grayscale: #D4D4D4. Windows color (decimal): -2896133 or 16502483. OLE color: 16502483.
HSL color Cylindrical-coordinate representation of color #D3CEFB: hue angle of 246.67º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3CEFB is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 206 | 251 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.02 |
| HSL | 246.67º | 0.85% | 0.9% | - |
| HSV(B) | 246.67º | 0.18% | 0.98% | - |
| XYZ | 66.35 | 64.96 | 100.31 | - |
| YUV | 212.63 | 149.66 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 206 | 251 | 0.16 | 0.18 | 0 | 0.02 | 246.67 | 0.85 | 0.9 |
| Hex | D3 | CE | FB | 10 | 12 | 0 | 2 | F7 | 55 | 5A |
| Octal | 323 | 316 | 373 | 20 | 22 | 0 | 2 | 367 | 125 | 132 |
| Binary | 11010011 | 11001110 | 11111011 | 10000 | 10010 | 0 | 10 | 11110111 | 1010101 | 1011010 |
Color Harmonies of #D3CEFB
Complementary color
Monochromatic Colors of #D3CEFB
Black with #D3CEFB
Text Example
Text Example
White with #D3CEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CEFB; }
p { color: rgb(211,206,251); }
H1.HeaderClassName
{
color: #D3CEFB;
}
.AnyTagClassName
{
color: #D3CEFB;
}
</style>
background-color css
<style>
a { background-color: #D3CEFB; }
a { background-color: rgb(211,206,251); }
div.DivClassName
{
background-color: #D3CEFB;
}
.BgClassName
{
background-color: #D3CEFB;
}
</style>
border-color css
<style>
span { border-color: #D3CEFB; }
span { border-color: rgb(211,206,251); }
td.TdClassName
{
border-color: #D3CEFB;
}
.TagClassName
{
border-color: #D3CEFB;
}
</style>