Shades of Lavender Blue #D6CEFA
Tints of Lavender Blue #D6CEFA
RGB
CMYK
RGB Variations
Color information
#D6CEFA (or 0xD6CEFA) is known color: Lavender Blue. HEX triplet: D6, CE and FA. RGB value is (214,206,250). Sum of RGB (Red+Green+Blue) = 214+206+250=670 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.94% from 670); Green value is 206 (80.86% from 255 or 30.75% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 250 - color contains mainly: blue. Hex color #D6CEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CEFA is #293105. Grayscale: #D5D5D5. Windows color (decimal): -2699526 or 16436950. OLE color: 16436950.
HSL color Cylindrical-coordinate representation of color #D6CEFA: hue angle of 250.91º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6CEFA is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 206 | 250 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.02 |
| HSL | 250.91º | 0.81% | 0.89% | - |
| HSV(B) | 250.91º | 0.18% | 0.98% | - |
| XYZ | 67.06 | 65.34 | 99.52 | - |
| YUV | 213.41 | 148.65 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 206 | 250 | 0.14 | 0.18 | 0 | 0.02 | 250.91 | 0.81 | 0.89 |
| Hex | D6 | CE | FA | E | 12 | 0 | 2 | FB | 51 | 59 |
| Octal | 326 | 316 | 372 | 16 | 22 | 0 | 2 | 373 | 121 | 131 |
| Binary | 11010110 | 11001110 | 11111010 | 1110 | 10010 | 0 | 10 | 11111011 | 1010001 | 1011001 |
Color Harmonies of #D6CEFA
Complementary color
Monochromatic Colors of #D6CEFA
Black with #D6CEFA
Text Example
Text Example
White with #D6CEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CEFA; }
p { color: rgb(214,206,250); }
H1.HeaderClassName
{
color: #D6CEFA;
}
.AnyTagClassName
{
color: #D6CEFA;
}
</style>
background-color css
<style>
a { background-color: #D6CEFA; }
a { background-color: rgb(214,206,250); }
div.DivClassName
{
background-color: #D6CEFA;
}
.BgClassName
{
background-color: #D6CEFA;
}
</style>
border-color css
<style>
span { border-color: #D6CEFA; }
span { border-color: rgb(214,206,250); }
td.TdClassName
{
border-color: #D6CEFA;
}
.TagClassName
{
border-color: #D6CEFA;
}
</style>