Shades of Lavender Blue #D0CFF7
Tints of Lavender Blue #D0CFF7
RGB
CMYK
RGB Variations
Color information
#D0CFF7 (or 0xD0CFF7) is known color: Lavender Blue. HEX triplet: D0, CF and F7. RGB value is (208,207,247). Sum of RGB (Red+Green+Blue) = 208+207+247=662 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.42% from 662); Green value is 207 (81.25% from 255 or 31.27% from 662); Blue value is 247 (96.88% from 255 or 37.31% from 662); Max value from RGB is 247 - color contains mainly: blue. Hex color #D0CFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CFF7 is #2F3008. Grayscale: #D3D3D3. Windows color (decimal): -3092489 or 16240592. OLE color: 16240592.
HSL color Cylindrical-coordinate representation of color #D0CFF7: hue angle of 241.5º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0CFF7 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 207 | 247 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.03 |
| HSL | 241.5º | 0.71% | 0.89% | - |
| HSV(B) | 241.5º | 0.16% | 0.97% | - |
| XYZ | 65.11 | 64.75 | 97.06 | - |
| YUV | 211.86 | 147.83 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 247 | 0.16 | 0.16 | 0 | 0.03 | 241.5 | 0.71 | 0.89 |
| Hex | D0 | CF | F7 | 10 | 10 | 0 | 3 | F2 | 47 | 59 |
| Octal | 320 | 317 | 367 | 20 | 20 | 0 | 3 | 362 | 107 | 131 |
| Binary | 11010000 | 11001111 | 11110111 | 10000 | 10000 | 0 | 11 | 11110010 | 1000111 | 1011001 |
Color Harmonies of #D0CFF7
Complementary color
Monochromatic Colors of #D0CFF7
Black with #D0CFF7
Text Example
Text Example
White with #D0CFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CFF7; }
p { color: rgb(208,207,247); }
H1.HeaderClassName
{
color: #D0CFF7;
}
.AnyTagClassName
{
color: #D0CFF7;
}
</style>
background-color css
<style>
a { background-color: #D0CFF7; }
a { background-color: rgb(208,207,247); }
div.DivClassName
{
background-color: #D0CFF7;
}
.BgClassName
{
background-color: #D0CFF7;
}
</style>
border-color css
<style>
span { border-color: #D0CFF7; }
span { border-color: rgb(208,207,247); }
td.TdClassName
{
border-color: #D0CFF7;
}
.TagClassName
{
border-color: #D0CFF7;
}
</style>