Shades of Lavender Blue #D3CFFC
Tints of Lavender Blue #D3CFFC
RGB
CMYK
RGB Variations
Color information
#D3CFFC (or 0xD3CFFC) is known color: Lavender Blue. HEX triplet: D3, CF and FC. RGB value is (211,207,252). Sum of RGB (Red+Green+Blue) = 211+207+252=670 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.49% from 670); Green value is 207 (81.25% from 255 or 30.90% from 670); Blue value is 252 (98.83% from 255 or 37.61% from 670); Max value from RGB is 252 - color contains mainly: blue. Hex color #D3CFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CFFC is #2C3003. Grayscale: #D5D5D5. Windows color (decimal): -2895876 or 16568275. OLE color: 16568275.
HSL color Cylindrical-coordinate representation of color #D3CFFC: hue angle of 245.33º degrees, saturation: 0.88, 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 #D3CFFC is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 207 | 252 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.01 |
| HSL | 245.33º | 0.88% | 0.9% | - |
| HSV(B) | 245.33º | 0.18% | 0.99% | - |
| XYZ | 66.75 | 65.5 | 101.22 | - |
| YUV | 213.33 | 149.83 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 207 | 252 | 0.16 | 0.18 | 0 | 0.01 | 245.33 | 0.88 | 0.9 |
| Hex | D3 | CF | FC | 10 | 12 | 0 | 1 | F5 | 58 | 5A |
| Octal | 323 | 317 | 374 | 20 | 22 | 0 | 1 | 365 | 130 | 132 |
| Binary | 11010011 | 11001111 | 11111100 | 10000 | 10010 | 0 | 1 | 11110101 | 1011000 | 1011010 |
Color Harmonies of #D3CFFC
Complementary color
Monochromatic Colors of #D3CFFC
Black with #D3CFFC
Text Example
Text Example
White with #D3CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CFFC; }
p { color: rgb(211,207,252); }
H1.HeaderClassName
{
color: #D3CFFC;
}
.AnyTagClassName
{
color: #D3CFFC;
}
</style>
background-color css
<style>
a { background-color: #D3CFFC; }
a { background-color: rgb(211,207,252); }
div.DivClassName
{
background-color: #D3CFFC;
}
.BgClassName
{
background-color: #D3CFFC;
}
</style>
border-color css
<style>
span { border-color: #D3CFFC; }
span { border-color: rgb(211,207,252); }
td.TdClassName
{
border-color: #D3CFFC;
}
.TagClassName
{
border-color: #D3CFFC;
}
</style>