Shades of Lavender Blue #D3CCF7
Tints of Lavender Blue #D3CCF7
RGB
CMYK
RGB Variations
Color information
#D3CCF7 (or 0xD3CCF7) is known color: Lavender Blue. HEX triplet: D3, CC and F7. RGB value is (211,204,247). Sum of RGB (Red+Green+Blue) = 211+204+247=662 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.87% from 662); Green value is 204 (80.08% from 255 or 30.82% 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 #D3CCF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CCF7 is #2C3308. Grayscale: #D2D2D2. Windows color (decimal): -2896649 or 16239827. OLE color: 16239827.
HSL color Cylindrical-coordinate representation of color #D3CCF7: hue angle of 249.77º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3CCF7 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 204 | 247 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.03 |
| HSL | 249.77º | 0.73% | 0.88% | - |
| HSV(B) | 249.77º | 0.17% | 0.97% | - |
| XYZ | 65.25 | 63.75 | 96.86 | - |
| YUV | 211 | 148.32 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 204 | 247 | 0.15 | 0.17 | 0 | 0.03 | 249.77 | 0.73 | 0.88 |
| Hex | D3 | CC | F7 | F | 11 | 0 | 3 | FA | 49 | 58 |
| Octal | 323 | 314 | 367 | 17 | 21 | 0 | 3 | 372 | 111 | 130 |
| Binary | 11010011 | 11001100 | 11110111 | 1111 | 10001 | 0 | 11 | 11111010 | 1001001 | 1011000 |
Color Harmonies of #D3CCF7
Complementary color
Monochromatic Colors of #D3CCF7
Black with #D3CCF7
Text Example
Text Example
White with #D3CCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CCF7; }
p { color: rgb(211,204,247); }
H1.HeaderClassName
{
color: #D3CCF7;
}
.AnyTagClassName
{
color: #D3CCF7;
}
</style>
background-color css
<style>
a { background-color: #D3CCF7; }
a { background-color: rgb(211,204,247); }
div.DivClassName
{
background-color: #D3CCF7;
}
.BgClassName
{
background-color: #D3CCF7;
}
</style>
border-color css
<style>
span { border-color: #D3CCF7; }
span { border-color: rgb(211,204,247); }
td.TdClassName
{
border-color: #D3CCF7;
}
.TagClassName
{
border-color: #D3CCF7;
}
</style>