Shades of Lavender Blue #D3CFFD
Tints of Lavender Blue #D3CFFD
RGB
CMYK
RGB Variations
Color information
#D3CFFD (or 0xD3CFFD) is known color: Lavender Blue. HEX triplet: D3, CF and FD. RGB value is (211,207,253). Sum of RGB (Red+Green+Blue) = 211+207+253=671 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.45% from 671); Green value is 207 (81.25% from 255 or 30.85% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #D3CFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CFFD is #2C3002. Grayscale: #D5D5D5. Windows color (decimal): -2895875 or 16633811. OLE color: 16633811.
HSL color Cylindrical-coordinate representation of color #D3CFFD: hue angle of 245.22º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3CFFD is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 207 | 253 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.01 |
| HSL | 245.22º | 0.92% | 0.9% | - |
| HSV(B) | 245.22º | 0.18% | 0.99% | - |
| XYZ | 66.91 | 65.57 | 102.06 | - |
| YUV | 213.44 | 150.33 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 207 | 253 | 0.17 | 0.18 | 0 | 0.01 | 245.22 | 0.92 | 0.9 |
| Hex | D3 | CF | FD | 11 | 12 | 0 | 1 | F5 | 5C | 5A |
| Octal | 323 | 317 | 375 | 21 | 22 | 0 | 1 | 365 | 134 | 132 |
| Binary | 11010011 | 11001111 | 11111101 | 10001 | 10010 | 0 | 1 | 11110101 | 1011100 | 1011010 |
Color Harmonies of #D3CFFD
Complementary color
Monochromatic Colors of #D3CFFD
Black with #D3CFFD
Text Example
Text Example
White with #D3CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CFFD; }
p { color: rgb(211,207,253); }
H1.HeaderClassName
{
color: #D3CFFD;
}
.AnyTagClassName
{
color: #D3CFFD;
}
</style>
background-color css
<style>
a { background-color: #D3CFFD; }
a { background-color: rgb(211,207,253); }
div.DivClassName
{
background-color: #D3CFFD;
}
.BgClassName
{
background-color: #D3CFFD;
}
</style>
border-color css
<style>
span { border-color: #D3CFFD; }
span { border-color: rgb(211,207,253); }
td.TdClassName
{
border-color: #D3CFFD;
}
.TagClassName
{
border-color: #D3CFFD;
}
</style>