Shades of Lavender Blue #D3CDFF
Tints of Lavender Blue #D3CDFF
RGB
CMYK
RGB Variations
Color information
#D3CDFF (or 0xD3CDFF) is known color: Lavender Blue. HEX triplet: D3, CD and FF. RGB value is (211,205,255). Sum of RGB (Red+Green+Blue) = 211+205+255=671 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.45% from 671); Green value is 205 (80.47% from 255 or 30.55% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #D3CDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CDFF is #2C3200. Grayscale: #D4D4D4. Windows color (decimal): -2896385 or 16764371. OLE color: 16764371.
HSL color Cylindrical-coordinate representation of color #D3CDFF: hue angle of 247.2º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D3CDFF is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 205 | 255 | - |
| CMYK | 0.17 | 0.20 | 0 | 0 |
| HSL | 247.2º | 1% | 0.9% | - |
| HSV(B) | 247.2º | 0.2% | 1% | - |
| XYZ | 66.75 | 64.73 | 103.58 | - |
| YUV | 212.49 | 151.99 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 205 | 255 | 0.17 | 0.20 | 0 | 0 | 247.2 | 1 | 0.9 |
| Hex | D3 | CD | FF | 11 | 14 | 0 | 0 | F7 | 64 | 5A |
| Octal | 323 | 315 | 377 | 21 | 24 | 0 | 0 | 367 | 144 | 132 |
| Binary | 11010011 | 11001101 | 11111111 | 10001 | 10100 | 0 | 0 | 11110111 | 1100100 | 1011010 |
Color Harmonies of #D3CDFF
Complementary color
Monochromatic Colors of #D3CDFF
Black with #D3CDFF
Text Example
Text Example
White with #D3CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CDFF; }
p { color: rgb(211,205,255); }
H1.HeaderClassName
{
color: #D3CDFF;
}
.AnyTagClassName
{
color: #D3CDFF;
}
</style>
background-color css
<style>
a { background-color: #D3CDFF; }
a { background-color: rgb(211,205,255); }
div.DivClassName
{
background-color: #D3CDFF;
}
.BgClassName
{
background-color: #D3CDFF;
}
</style>
border-color css
<style>
span { border-color: #D3CDFF; }
span { border-color: rgb(211,205,255); }
td.TdClassName
{
border-color: #D3CDFF;
}
.TagClassName
{
border-color: #D3CDFF;
}
</style>