Shades of Lavender Blue #D6C9FE
Tints of Lavender Blue #D6C9FE
RGB
CMYK
RGB Variations
Color information
#D6C9FE (or 0xD6C9FE) is known color: Lavender Blue. HEX triplet: D6, C9 and FE. RGB value is (214,201,254). Sum of RGB (Red+Green+Blue) = 214+201+254=669 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.99% from 669); Green value is 201 (78.91% from 255 or 30.04% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6C9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C9FE is #293601. Grayscale: #D2D2D2. Windows color (decimal): -2700802 or 16697814. OLE color: 16697814.
HSL color Cylindrical-coordinate representation of color #D6C9FE: hue angle of 254.72º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6C9FE is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 201 | 254 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.00 |
| HSL | 254.72º | 0.96% | 0.89% | - |
| HSV(B) | 254.72º | 0.21% | 1% | - |
| XYZ | 66.51 | 63.23 | 102.46 | - |
| YUV | 210.93 | 152.31 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 201 | 254 | 0.16 | 0.21 | 0 | 0.00 | 254.72 | 0.96 | 0.89 |
| Hex | D6 | C9 | FE | 10 | 15 | 0 | 0 | FF | 60 | 59 |
| Octal | 326 | 311 | 376 | 20 | 25 | 0 | 0 | 377 | 140 | 131 |
| Binary | 11010110 | 11001001 | 11111110 | 10000 | 10101 | 0 | 0 | 11111111 | 1100000 | 1011001 |
Color Harmonies of #D6C9FE
Complementary color
Monochromatic Colors of #D6C9FE
Black with #D6C9FE
Text Example
Text Example
White with #D6C9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C9FE; }
p { color: rgb(214,201,254); }
H1.HeaderClassName
{
color: #D6C9FE;
}
.AnyTagClassName
{
color: #D6C9FE;
}
</style>
background-color css
<style>
a { background-color: #D6C9FE; }
a { background-color: rgb(214,201,254); }
div.DivClassName
{
background-color: #D6C9FE;
}
.BgClassName
{
background-color: #D6C9FE;
}
</style>
border-color css
<style>
span { border-color: #D6C9FE; }
span { border-color: rgb(214,201,254); }
td.TdClassName
{
border-color: #D6C9FE;
}
.TagClassName
{
border-color: #D6C9FE;
}
</style>