Shades of Lavender Blue #D3CDF9
Tints of Lavender Blue #D3CDF9
RGB
CMYK
RGB Variations
Color information
#D3CDF9 (or 0xD3CDF9) is known color: Lavender Blue. HEX triplet: D3, CD and F9. RGB value is (211,205,249). Sum of RGB (Red+Green+Blue) = 211+205+249=665 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.73% from 665); Green value is 205 (80.47% from 255 or 30.83% from 665); Blue value is 249 (97.66% from 255 or 37.44% from 665); Max value from RGB is 249 - color contains mainly: blue. Hex color #D3CDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CDF9 is #2C3206. Grayscale: #D3D3D3. Windows color (decimal): -2896391 or 16371155. OLE color: 16371155.
HSL color Cylindrical-coordinate representation of color #D3CDF9: hue angle of 248.18º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3CDF9 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 211 | 205 | 249 | - |
CMYK | 0.15 | 0.18 | 0 | 0.02 |
HSL | 248.18º | 0.79% | 0.89% | - |
HSV(B) | 248.18º | 0.18% | 0.98% | - |
XYZ | 65.79 | 64.35 | 98.58 | - |
YUV | 211.81 | 148.99 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 205 | 249 | 0.15 | 0.18 | 0 | 0.02 | 248.18 | 0.79 | 0.89 |
Hex | D3 | CD | F9 | F | 12 | 0 | 2 | F8 | 4F | 59 |
Octal | 323 | 315 | 371 | 17 | 22 | 0 | 2 | 370 | 117 | 131 |
Binary | 11010011 | 11001101 | 11111001 | 1111 | 10010 | 0 | 10 | 11111000 | 1001111 | 1011001 |
Color Harmonies of #D3CDF9
Complementary color
Monochromatic Colors of #D3CDF9
Black with #D3CDF9
Text Example
Text Example
White with #D3CDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CDF9; }
p { color: rgb(211,205,249); }
H1.HeaderClassName
{
color: #D3CDF9;
}
.AnyTagClassName
{
color: #D3CDF9;
}
</style>
background-color css
<style>
a { background-color: #D3CDF9; }
a { background-color: rgb(211,205,249); }
div.DivClassName
{
background-color: #D3CDF9;
}
.BgClassName
{
background-color: #D3CDF9;
}
</style>
border-color css
<style>
span { border-color: #D3CDF9; }
span { border-color: rgb(211,205,249); }
td.TdClassName
{
border-color: #D3CDF9;
}
.TagClassName
{
border-color: #D3CDF9;
}
</style>