Shades of Lavender Blue #D3CDF7
Tints of Lavender Blue #D3CDF7
RGB
CMYK
RGB Variations
Color information
#D3CDF7 (or 0xD3CDF7) is known color: Lavender Blue. HEX triplet: D3, CD and F7. RGB value is (211,205,247). Sum of RGB (Red+Green+Blue) = 211+205+247=663 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.83% from 663); Green value is 205 (80.47% from 255 or 30.92% from 663); Blue value is 247 (96.88% from 255 or 37.25% from 663); Max value from RGB is 247 - color contains mainly: blue. Hex color #D3CDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CDF7 is #2C3208. Grayscale: #D3D3D3. Windows color (decimal): -2896393 or 16240083. OLE color: 16240083.
HSL color Cylindrical-coordinate representation of color #D3CDF7: hue angle of 248.57º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3CDF7 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 211 | 205 | 247 | - |
CMYK | 0.15 | 0.17 | 0 | 0.03 |
HSL | 248.57º | 0.72% | 0.89% | - |
HSV(B) | 248.57º | 0.17% | 0.97% | - |
XYZ | 65.48 | 64.23 | 96.94 | - |
YUV | 211.58 | 147.99 | 127.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 205 | 247 | 0.15 | 0.17 | 0 | 0.03 | 248.57 | 0.72 | 0.89 |
Hex | D3 | CD | F7 | F | 11 | 0 | 3 | F9 | 48 | 59 |
Octal | 323 | 315 | 367 | 17 | 21 | 0 | 3 | 371 | 110 | 131 |
Binary | 11010011 | 11001101 | 11110111 | 1111 | 10001 | 0 | 11 | 11111001 | 1001000 | 1011001 |
Color Harmonies of #D3CDF7
Complementary color
Monochromatic Colors of #D3CDF7
Black with #D3CDF7
Text Example
Text Example
White with #D3CDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CDF7; }
p { color: rgb(211,205,247); }
H1.HeaderClassName
{
color: #D3CDF7;
}
.AnyTagClassName
{
color: #D3CDF7;
}
</style>
background-color css
<style>
a { background-color: #D3CDF7; }
a { background-color: rgb(211,205,247); }
div.DivClassName
{
background-color: #D3CDF7;
}
.BgClassName
{
background-color: #D3CDF7;
}
</style>
border-color css
<style>
span { border-color: #D3CDF7; }
span { border-color: rgb(211,205,247); }
td.TdClassName
{
border-color: #D3CDF7;
}
.TagClassName
{
border-color: #D3CDF7;
}
</style>