Shades of Lavender Blue #D6D0FD
Tints of Lavender Blue #D6D0FD
RGB
CMYK
RGB Variations
Color information
#D6D0FD (or 0xD6D0FD) is known color: Lavender Blue. HEX triplet: D6, D0 and FD. RGB value is (214,208,253). Sum of RGB (Red+Green+Blue) = 214+208+253=675 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.70% from 675); Green value is 208 (81.64% from 255 or 30.81% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6D0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D0FD is #292F02. Grayscale: #D6D6D6. Windows color (decimal): -2699011 or 16634070. OLE color: 16634070.
HSL color Cylindrical-coordinate representation of color #D6D0FD: hue angle of 248º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6D0FD is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 214 | 208 | 253 | - |
CMYK | 0.15 | 0.18 | 0 | 0.01 |
HSL | 248º | 0.92% | 0.9% | - |
HSV(B) | 248º | 0.18% | 0.99% | - |
XYZ | 68.02 | 66.5 | 102.18 | - |
YUV | 214.92 | 149.49 | 127.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 208 | 253 | 0.15 | 0.18 | 0 | 0.01 | 248 | 0.92 | 0.9 |
Hex | D6 | D0 | FD | F | 12 | 0 | 1 | F8 | 5C | 5A |
Octal | 326 | 320 | 375 | 17 | 22 | 0 | 1 | 370 | 134 | 132 |
Binary | 11010110 | 11010000 | 11111101 | 1111 | 10010 | 0 | 1 | 11111000 | 1011100 | 1011010 |
Color Harmonies of #D6D0FD
Complementary color
Monochromatic Colors of #D6D0FD
Black with #D6D0FD
Text Example
Text Example
White with #D6D0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D0FD; }
p { color: rgb(214,208,253); }
H1.HeaderClassName
{
color: #D6D0FD;
}
.AnyTagClassName
{
color: #D6D0FD;
}
</style>
background-color css
<style>
a { background-color: #D6D0FD; }
a { background-color: rgb(214,208,253); }
div.DivClassName
{
background-color: #D6D0FD;
}
.BgClassName
{
background-color: #D6D0FD;
}
</style>
border-color css
<style>
span { border-color: #D6D0FD; }
span { border-color: rgb(214,208,253); }
td.TdClassName
{
border-color: #D6D0FD;
}
.TagClassName
{
border-color: #D6D0FD;
}
</style>