Shades of Lavender Blue #D3CDFE
Tints of Lavender Blue #D3CDFE
RGB
CMYK
RGB Variations
Color information
#D3CDFE (or 0xD3CDFE) is known color: Lavender Blue. HEX triplet: D3, CD and FE. RGB value is (211,205,254). Sum of RGB (Red+Green+Blue) = 211+205+254=670 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.49% from 670); Green value is 205 (80.47% from 255 or 30.60% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #D3CDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CDFE is #2C3201. Grayscale: #D4D4D4. Windows color (decimal): -2896386 or 16698835. OLE color: 16698835.
HSL color Cylindrical-coordinate representation of color #D3CDFE: hue angle of 247.35º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3CDFE is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 205 | 254 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.00 |
| HSL | 247.35º | 0.96% | 0.9% | - |
| HSV(B) | 247.35º | 0.19% | 1% | - |
| XYZ | 66.58 | 64.67 | 102.74 | - |
| YUV | 212.38 | 151.49 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 205 | 254 | 0.17 | 0.19 | 0 | 0.00 | 247.35 | 0.96 | 0.9 |
| Hex | D3 | CD | FE | 11 | 13 | 0 | 0 | F7 | 60 | 5A |
| Octal | 323 | 315 | 376 | 21 | 23 | 0 | 0 | 367 | 140 | 132 |
| Binary | 11010011 | 11001101 | 11111110 | 10001 | 10011 | 0 | 0 | 11110111 | 1100000 | 1011010 |
Color Harmonies of #D3CDFE
Complementary color
Monochromatic Colors of #D3CDFE
Black with #D3CDFE
Text Example
Text Example
White with #D3CDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CDFE; }
p { color: rgb(211,205,254); }
H1.HeaderClassName
{
color: #D3CDFE;
}
.AnyTagClassName
{
color: #D3CDFE;
}
</style>
background-color css
<style>
a { background-color: #D3CDFE; }
a { background-color: rgb(211,205,254); }
div.DivClassName
{
background-color: #D3CDFE;
}
.BgClassName
{
background-color: #D3CDFE;
}
</style>
border-color css
<style>
span { border-color: #D3CDFE; }
span { border-color: rgb(211,205,254); }
td.TdClassName
{
border-color: #D3CDFE;
}
.TagClassName
{
border-color: #D3CDFE;
}
</style>