Shades of Lavender Blue #D6CDFF
Tints of Lavender Blue #D6CDFF
RGB
CMYK
RGB Variations
Color information
#D6CDFF (or 0xD6CDFF) is known color: Lavender Blue. HEX triplet: D6, CD and FF. RGB value is (214,205,255). Sum of RGB (Red+Green+Blue) = 214+205+255=674 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.75% from 674); Green value is 205 (80.47% from 255 or 30.42% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6CDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CDFF is #293200. Grayscale: #D5D5D5. Windows color (decimal): -2699777 or 16764374. OLE color: 16764374.
HSL color Cylindrical-coordinate representation of color #D6CDFF: hue angle of 250.8º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6CDFF is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 205 | 255 | - |
| CMYK | 0.16 | 0.20 | 0 | 0 |
| HSL | 250.8º | 1% | 0.9% | - |
| HSV(B) | 250.8º | 0.2% | 1% | - |
| XYZ | 67.61 | 65.18 | 103.62 | - |
| YUV | 213.39 | 151.48 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 205 | 255 | 0.16 | 0.20 | 0 | 0 | 250.8 | 1 | 0.9 |
| Hex | D6 | CD | FF | 10 | 14 | 0 | 0 | FB | 64 | 5A |
| Octal | 326 | 315 | 377 | 20 | 24 | 0 | 0 | 373 | 144 | 132 |
| Binary | 11010110 | 11001101 | 11111111 | 10000 | 10100 | 0 | 0 | 11111011 | 1100100 | 1011010 |
Color Harmonies of #D6CDFF
Complementary color
Monochromatic Colors of #D6CDFF
Black with #D6CDFF
Text Example
Text Example
White with #D6CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CDFF; }
p { color: rgb(214,205,255); }
H1.HeaderClassName
{
color: #D6CDFF;
}
.AnyTagClassName
{
color: #D6CDFF;
}
</style>
background-color css
<style>
a { background-color: #D6CDFF; }
a { background-color: rgb(214,205,255); }
div.DivClassName
{
background-color: #D6CDFF;
}
.BgClassName
{
background-color: #D6CDFF;
}
</style>
border-color css
<style>
span { border-color: #D6CDFF; }
span { border-color: rgb(214,205,255); }
td.TdClassName
{
border-color: #D6CDFF;
}
.TagClassName
{
border-color: #D6CDFF;
}
</style>