Shades of Lavender Blue #D0CDF7
Tints of Lavender Blue #D0CDF7
RGB
CMYK
RGB Variations
Color information
#D0CDF7 (or 0xD0CDF7) is known color: Lavender Blue. HEX triplet: D0, CD and F7. RGB value is (208,205,247). Sum of RGB (Red+Green+Blue) = 208+205+247=660 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.52% from 660); Green value is 205 (80.47% from 255 or 31.06% from 660); Blue value is 247 (96.88% from 255 or 37.42% from 660); Max value from RGB is 247 - color contains mainly: blue. Hex color #D0CDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CDF7 is #2F3208. Grayscale: #D2D2D2. Windows color (decimal): -3093001 or 16240080. OLE color: 16240080.
HSL color Cylindrical-coordinate representation of color #D0CDF7: hue angle of 244.29º 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 #D0CDF7 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 205 | 247 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.03 |
| HSL | 244.29º | 0.72% | 0.89% | - |
| HSV(B) | 244.29º | 0.17% | 0.97% | - |
| XYZ | 64.63 | 63.79 | 96.9 | - |
| YUV | 210.69 | 148.49 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 205 | 247 | 0.16 | 0.17 | 0 | 0.03 | 244.29 | 0.72 | 0.89 |
| Hex | D0 | CD | F7 | 10 | 11 | 0 | 3 | F4 | 48 | 59 |
| Octal | 320 | 315 | 367 | 20 | 21 | 0 | 3 | 364 | 110 | 131 |
| Binary | 11010000 | 11001101 | 11110111 | 10000 | 10001 | 0 | 11 | 11110100 | 1001000 | 1011001 |
Color Harmonies of #D0CDF7
Complementary color
Monochromatic Colors of #D0CDF7
Black with #D0CDF7
Text Example
Text Example
White with #D0CDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CDF7; }
p { color: rgb(208,205,247); }
H1.HeaderClassName
{
color: #D0CDF7;
}
.AnyTagClassName
{
color: #D0CDF7;
}
</style>
background-color css
<style>
a { background-color: #D0CDF7; }
a { background-color: rgb(208,205,247); }
div.DivClassName
{
background-color: #D0CDF7;
}
.BgClassName
{
background-color: #D0CDF7;
}
</style>
border-color css
<style>
span { border-color: #D0CDF7; }
span { border-color: rgb(208,205,247); }
td.TdClassName
{
border-color: #D0CDF7;
}
.TagClassName
{
border-color: #D0CDF7;
}
</style>