Shades of Lavender Blue #D6CDFC
Tints of Lavender Blue #D6CDFC
RGB
CMYK
RGB Variations
Color information
#D6CDFC (or 0xD6CDFC) is known color: Lavender Blue. HEX triplet: D6, CD and FC. RGB value is (214,205,252). Sum of RGB (Red+Green+Blue) = 214+205+252=671 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.89% from 671); Green value is 205 (80.47% from 255 or 30.55% from 671); Blue value is 252 (98.83% from 255 or 37.56% from 671); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6CDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CDFC is #293203. Grayscale: #D4D4D4. Windows color (decimal): -2699780 or 16567766. OLE color: 16567766.
HSL color Cylindrical-coordinate representation of color #D6CDFC: hue angle of 251.49º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6CDFC is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 214 | 205 | 252 | - |
CMYK | 0.15 | 0.19 | 0 | 0.01 |
HSL | 251.49º | 0.89% | 0.9% | - |
HSV(B) | 251.49º | 0.19% | 0.99% | - |
XYZ | 67.13 | 64.99 | 101.1 | - |
YUV | 213.05 | 149.98 | 128.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 205 | 252 | 0.15 | 0.19 | 0 | 0.01 | 251.49 | 0.89 | 0.9 |
Hex | D6 | CD | FC | F | 13 | 0 | 1 | FB | 59 | 5A |
Octal | 326 | 315 | 374 | 17 | 23 | 0 | 1 | 373 | 131 | 132 |
Binary | 11010110 | 11001101 | 11111100 | 1111 | 10011 | 0 | 1 | 11111011 | 1011001 | 1011010 |
Color Harmonies of #D6CDFC
Complementary color
Monochromatic Colors of #D6CDFC
Black with #D6CDFC
Text Example
Text Example
White with #D6CDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CDFC; }
p { color: rgb(214,205,252); }
H1.HeaderClassName
{
color: #D6CDFC;
}
.AnyTagClassName
{
color: #D6CDFC;
}
</style>
background-color css
<style>
a { background-color: #D6CDFC; }
a { background-color: rgb(214,205,252); }
div.DivClassName
{
background-color: #D6CDFC;
}
.BgClassName
{
background-color: #D6CDFC;
}
</style>
border-color css
<style>
span { border-color: #D6CDFC; }
span { border-color: rgb(214,205,252); }
td.TdClassName
{
border-color: #D6CDFC;
}
.TagClassName
{
border-color: #D6CDFC;
}
</style>