Shades of Lavender Blue #D6CEFF
Tints of Lavender Blue #D6CEFF
RGB
CMYK
RGB Variations
Color information
#D6CEFF (or 0xD6CEFF) is known color: Lavender Blue. HEX triplet: D6, CE and FF. RGB value is (214,206,255). Sum of RGB (Red+Green+Blue) = 214+206+255=675 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.70% from 675); Green value is 206 (80.86% from 255 or 30.52% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6CEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CEFF is #293100. Grayscale: #D5D5D5. Windows color (decimal): -2699521 or 16764630. OLE color: 16764630.
HSL color Cylindrical-coordinate representation of color #D6CEFF: hue angle of 249.8º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6CEFF is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 206 | 255 | - |
| CMYK | 0.16 | 0.19 | 0 | 0 |
| HSL | 249.8º | 1% | 0.9% | - |
| HSV(B) | 249.8º | 0.19% | 1% | - |
| XYZ | 67.85 | 65.66 | 103.7 | - |
| YUV | 213.98 | 151.15 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 206 | 255 | 0.16 | 0.19 | 0 | 0 | 249.8 | 1 | 0.9 |
| Hex | D6 | CE | FF | 10 | 13 | 0 | 0 | FA | 64 | 5A |
| Octal | 326 | 316 | 377 | 20 | 23 | 0 | 0 | 372 | 144 | 132 |
| Binary | 11010110 | 11001110 | 11111111 | 10000 | 10011 | 0 | 0 | 11111010 | 1100100 | 1011010 |
Color Harmonies of #D6CEFF
Complementary color
Monochromatic Colors of #D6CEFF
Black with #D6CEFF
Text Example
Text Example
White with #D6CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CEFF; }
p { color: rgb(214,206,255); }
H1.HeaderClassName
{
color: #D6CEFF;
}
.AnyTagClassName
{
color: #D6CEFF;
}
</style>
background-color css
<style>
a { background-color: #D6CEFF; }
a { background-color: rgb(214,206,255); }
div.DivClassName
{
background-color: #D6CEFF;
}
.BgClassName
{
background-color: #D6CEFF;
}
</style>
border-color css
<style>
span { border-color: #D6CEFF; }
span { border-color: rgb(214,206,255); }
td.TdClassName
{
border-color: #D6CEFF;
}
.TagClassName
{
border-color: #D6CEFF;
}
</style>