Shades of Lavender Blue #D6C9FC
Tints of Lavender Blue #D6C9FC
RGB
CMYK
RGB Variations
Color information
#D6C9FC (or 0xD6C9FC) is known color: Lavender Blue. HEX triplet: D6, C9 and FC. RGB value is (214,201,252). Sum of RGB (Red+Green+Blue) = 214+201+252=667 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.08% from 667); Green value is 201 (78.91% from 255 or 30.13% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6C9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C9FC is #293603. Grayscale: #D2D2D2. Windows color (decimal): -2700804 or 16566742. OLE color: 16566742.
HSL color Cylindrical-coordinate representation of color #D6C9FC: hue angle of 255.29º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6C9FC is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 201 | 252 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.01 |
| HSL | 255.29º | 0.89% | 0.89% | - |
| HSV(B) | 255.29º | 0.2% | 0.99% | - |
| XYZ | 66.19 | 63.1 | 100.79 | - |
| YUV | 210.7 | 151.31 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 201 | 252 | 0.15 | 0.20 | 0 | 0.01 | 255.29 | 0.89 | 0.89 |
| Hex | D6 | C9 | FC | F | 14 | 0 | 1 | FF | 59 | 59 |
| Octal | 326 | 311 | 374 | 17 | 24 | 0 | 1 | 377 | 131 | 131 |
| Binary | 11010110 | 11001001 | 11111100 | 1111 | 10100 | 0 | 1 | 11111111 | 1011001 | 1011001 |
Color Harmonies of #D6C9FC
Complementary color
Monochromatic Colors of #D6C9FC
Black with #D6C9FC
Text Example
Text Example
White with #D6C9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C9FC; }
p { color: rgb(214,201,252); }
H1.HeaderClassName
{
color: #D6C9FC;
}
.AnyTagClassName
{
color: #D6C9FC;
}
</style>
background-color css
<style>
a { background-color: #D6C9FC; }
a { background-color: rgb(214,201,252); }
div.DivClassName
{
background-color: #D6C9FC;
}
.BgClassName
{
background-color: #D6C9FC;
}
</style>
border-color css
<style>
span { border-color: #D6C9FC; }
span { border-color: rgb(214,201,252); }
td.TdClassName
{
border-color: #D6C9FC;
}
.TagClassName
{
border-color: #D6C9FC;
}
</style>