Shades of Lavender Blue #D6CFFD
Tints of Lavender Blue #D6CFFD
RGB
CMYK
RGB Variations
Color information
#D6CFFD (or 0xD6CFFD) is known color: Lavender Blue. HEX triplet: D6, CF and FD. RGB value is (214,207,253). Sum of RGB (Red+Green+Blue) = 214+207+253=674 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.75% from 674); Green value is 207 (81.25% from 255 or 30.71% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6CFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CFFD is #293002. Grayscale: #D6D6D6. Windows color (decimal): -2699267 or 16633814. OLE color: 16633814.
HSL color Cylindrical-coordinate representation of color #D6CFFD: hue angle of 249.13º 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 #D6CFFD is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 207 | 253 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.01 |
| HSL | 249.13º | 0.92% | 0.9% | - |
| HSV(B) | 249.13º | 0.18% | 0.99% | - |
| XYZ | 67.77 | 66.01 | 102.1 | - |
| YUV | 214.34 | 149.82 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 207 | 253 | 0.15 | 0.18 | 0 | 0.01 | 249.13 | 0.92 | 0.9 |
| Hex | D6 | CF | FD | F | 12 | 0 | 1 | F9 | 5C | 5A |
| Octal | 326 | 317 | 375 | 17 | 22 | 0 | 1 | 371 | 134 | 132 |
| Binary | 11010110 | 11001111 | 11111101 | 1111 | 10010 | 0 | 1 | 11111001 | 1011100 | 1011010 |
Color Harmonies of #D6CFFD
Complementary color
Monochromatic Colors of #D6CFFD
Black with #D6CFFD
Text Example
Text Example
White with #D6CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CFFD; }
p { color: rgb(214,207,253); }
H1.HeaderClassName
{
color: #D6CFFD;
}
.AnyTagClassName
{
color: #D6CFFD;
}
</style>
background-color css
<style>
a { background-color: #D6CFFD; }
a { background-color: rgb(214,207,253); }
div.DivClassName
{
background-color: #D6CFFD;
}
.BgClassName
{
background-color: #D6CFFD;
}
</style>
border-color css
<style>
span { border-color: #D6CFFD; }
span { border-color: rgb(214,207,253); }
td.TdClassName
{
border-color: #D6CFFD;
}
.TagClassName
{
border-color: #D6CFFD;
}
</style>