Shades of Lavender Blue #D3CDFC
Tints of Lavender Blue #D3CDFC
RGB
CMYK
RGB Variations
Color information
#D3CDFC (or 0xD3CDFC) is known color: Lavender Blue. HEX triplet: D3, CD and FC. RGB value is (211,205,252). Sum of RGB (Red+Green+Blue) = 211+205+252=668 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.59% from 668); Green value is 205 (80.47% from 255 or 30.69% from 668); Blue value is 252 (98.83% from 255 or 37.72% from 668); Max value from RGB is 252 - color contains mainly: blue. Hex color #D3CDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CDFC is #2C3203. Grayscale: #D3D3D3. Windows color (decimal): -2896388 or 16567763. OLE color: 16567763.
HSL color Cylindrical-coordinate representation of color #D3CDFC: hue angle of 247.66º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3CDFC is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 205 | 252 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.01 |
| HSL | 247.66º | 0.89% | 0.9% | - |
| HSV(B) | 247.66º | 0.19% | 0.99% | - |
| XYZ | 66.27 | 64.54 | 101.06 | - |
| YUV | 212.15 | 150.49 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 205 | 252 | 0.16 | 0.19 | 0 | 0.01 | 247.66 | 0.89 | 0.9 |
| Hex | D3 | CD | FC | 10 | 13 | 0 | 1 | F8 | 59 | 5A |
| Octal | 323 | 315 | 374 | 20 | 23 | 0 | 1 | 370 | 131 | 132 |
| Binary | 11010011 | 11001101 | 11111100 | 10000 | 10011 | 0 | 1 | 11111000 | 1011001 | 1011010 |
Color Harmonies of #D3CDFC
Complementary color
Monochromatic Colors of #D3CDFC
Black with #D3CDFC
Text Example
Text Example
White with #D3CDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CDFC; }
p { color: rgb(211,205,252); }
H1.HeaderClassName
{
color: #D3CDFC;
}
.AnyTagClassName
{
color: #D3CDFC;
}
</style>
background-color css
<style>
a { background-color: #D3CDFC; }
a { background-color: rgb(211,205,252); }
div.DivClassName
{
background-color: #D3CDFC;
}
.BgClassName
{
background-color: #D3CDFC;
}
</style>
border-color css
<style>
span { border-color: #D3CDFC; }
span { border-color: rgb(211,205,252); }
td.TdClassName
{
border-color: #D3CDFC;
}
.TagClassName
{
border-color: #D3CDFC;
}
</style>