Shades of Lavender Blue #D3CFF8
Tints of Lavender Blue #D3CFF8
RGB
CMYK
RGB Variations
Color information
#D3CFF8 (or 0xD3CFF8) is known color: Lavender Blue. HEX triplet: D3, CF and F8. RGB value is (211,207,248). Sum of RGB (Red+Green+Blue) = 211+207+248=666 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.68% from 666); Green value is 207 (81.25% from 255 or 31.08% from 666); Blue value is 248 (97.27% from 255 or 37.24% from 666); Max value from RGB is 248 - color contains mainly: blue. Hex color #D3CFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CFF8 is #2C3007. Grayscale: #D4D4D4. Windows color (decimal): -2895880 or 16306131. OLE color: 16306131.
HSL color Cylindrical-coordinate representation of color #D3CFF8: hue angle of 245.85º degrees, saturation: 0.75, 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 #D3CFF8 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 207 | 248 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.03 |
| HSL | 245.85º | 0.75% | 0.89% | - |
| HSV(B) | 245.85º | 0.17% | 0.97% | - |
| XYZ | 66.12 | 65.25 | 97.92 | - |
| YUV | 212.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 207 | 248 | 0.15 | 0.17 | 0 | 0.03 | 245.85 | 0.75 | 0.89 |
| Hex | D3 | CF | F8 | F | 11 | 0 | 3 | F6 | 4B | 59 |
| Octal | 323 | 317 | 370 | 17 | 21 | 0 | 3 | 366 | 113 | 131 |
| Binary | 11010011 | 11001111 | 11111000 | 1111 | 10001 | 0 | 11 | 11110110 | 1001011 | 1011001 |
Color Harmonies of #D3CFF8
Complementary color
Monochromatic Colors of #D3CFF8
Black with #D3CFF8
Text Example
Text Example
White with #D3CFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CFF8; }
p { color: rgb(211,207,248); }
H1.HeaderClassName
{
color: #D3CFF8;
}
.AnyTagClassName
{
color: #D3CFF8;
}
</style>
background-color css
<style>
a { background-color: #D3CFF8; }
a { background-color: rgb(211,207,248); }
div.DivClassName
{
background-color: #D3CFF8;
}
.BgClassName
{
background-color: #D3CFF8;
}
</style>
border-color css
<style>
span { border-color: #D3CFF8; }
span { border-color: rgb(211,207,248); }
td.TdClassName
{
border-color: #D3CFF8;
}
.TagClassName
{
border-color: #D3CFF8;
}
</style>