Shades of Lavender Blue #D3CFFE
Tints of Lavender Blue #D3CFFE
RGB
CMYK
RGB Variations
Color information
#D3CFFE (or 0xD3CFFE) is known color: Lavender Blue. HEX triplet: D3, CF and FE. RGB value is (211,207,254). Sum of RGB (Red+Green+Blue) = 211+207+254=672 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.40% from 672); Green value is 207 (81.25% from 255 or 30.80% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #D3CFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CFFE is #2C3001. Grayscale: #D5D5D5. Windows color (decimal): -2895874 or 16699347. OLE color: 16699347.
HSL color Cylindrical-coordinate representation of color #D3CFFE: hue angle of 245.11º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3CFFE is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 207 | 254 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.00 |
| HSL | 245.11º | 0.96% | 0.9% | - |
| HSV(B) | 245.11º | 0.19% | 1% | - |
| XYZ | 67.07 | 65.63 | 102.9 | - |
| YUV | 213.55 | 150.83 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 207 | 254 | 0.17 | 0.19 | 0 | 0.00 | 245.11 | 0.96 | 0.9 |
| Hex | D3 | CF | FE | 11 | 13 | 0 | 0 | F5 | 60 | 5A |
| Octal | 323 | 317 | 376 | 21 | 23 | 0 | 0 | 365 | 140 | 132 |
| Binary | 11010011 | 11001111 | 11111110 | 10001 | 10011 | 0 | 0 | 11110101 | 1100000 | 1011010 |
Color Harmonies of #D3CFFE
Complementary color
Monochromatic Colors of #D3CFFE
Black with #D3CFFE
Text Example
Text Example
White with #D3CFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CFFE; }
p { color: rgb(211,207,254); }
H1.HeaderClassName
{
color: #D3CFFE;
}
.AnyTagClassName
{
color: #D3CFFE;
}
</style>
background-color css
<style>
a { background-color: #D3CFFE; }
a { background-color: rgb(211,207,254); }
div.DivClassName
{
background-color: #D3CFFE;
}
.BgClassName
{
background-color: #D3CFFE;
}
</style>
border-color css
<style>
span { border-color: #D3CFFE; }
span { border-color: rgb(211,207,254); }
td.TdClassName
{
border-color: #D3CFFE;
}
.TagClassName
{
border-color: #D3CFFE;
}
</style>