Shades of Lavender Blue #D6CFFE
Tints of Lavender Blue #D6CFFE
RGB
CMYK
RGB Variations
Color information
#D6CFFE (or 0xD6CFFE) is known color: Lavender Blue. HEX triplet: D6, CF and FE. RGB value is (214,207,254). Sum of RGB (Red+Green+Blue) = 214+207+254=675 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.70% from 675); Green value is 207 (81.25% from 255 or 30.67% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6CFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CFFE is #293001. Grayscale: #D6D6D6. Windows color (decimal): -2699266 or 16699350. OLE color: 16699350.
HSL color Cylindrical-coordinate representation of color #D6CFFE: hue angle of 248.94º 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 #D6CFFE is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 207 | 254 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.00 |
| HSL | 248.94º | 0.96% | 0.9% | - |
| HSV(B) | 248.94º | 0.19% | 1% | - |
| XYZ | 67.93 | 66.08 | 102.94 | - |
| YUV | 214.45 | 150.32 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 207 | 254 | 0.16 | 0.19 | 0 | 0.00 | 248.94 | 0.96 | 0.9 |
| Hex | D6 | CF | FE | 10 | 13 | 0 | 0 | F9 | 60 | 5A |
| Octal | 326 | 317 | 376 | 20 | 23 | 0 | 0 | 371 | 140 | 132 |
| Binary | 11010110 | 11001111 | 11111110 | 10000 | 10011 | 0 | 0 | 11111001 | 1100000 | 1011010 |
Color Harmonies of #D6CFFE
Complementary color
Monochromatic Colors of #D6CFFE
Black with #D6CFFE
Text Example
Text Example
White with #D6CFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CFFE; }
p { color: rgb(214,207,254); }
H1.HeaderClassName
{
color: #D6CFFE;
}
.AnyTagClassName
{
color: #D6CFFE;
}
</style>
background-color css
<style>
a { background-color: #D6CFFE; }
a { background-color: rgb(214,207,254); }
div.DivClassName
{
background-color: #D6CFFE;
}
.BgClassName
{
background-color: #D6CFFE;
}
</style>
border-color css
<style>
span { border-color: #D6CFFE; }
span { border-color: rgb(214,207,254); }
td.TdClassName
{
border-color: #D6CFFE;
}
.TagClassName
{
border-color: #D6CFFE;
}
</style>