Shades of Lavender Blue #D6CAFB
Tints of Lavender Blue #D6CAFB
RGB
CMYK
RGB Variations
Color information
#D6CAFB (or 0xD6CAFB) is known color: Lavender Blue. HEX triplet: D6, CA and FB. RGB value is (214,202,251). Sum of RGB (Red+Green+Blue) = 214+202+251=667 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.08% from 667); Green value is 202 (79.30% from 255 or 30.28% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 251 - color contains mainly: blue. Hex color #D6CAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CAFB is #293504. Grayscale: #D2D2D2. Windows color (decimal): -2700549 or 16501462. OLE color: 16501462.
HSL color Cylindrical-coordinate representation of color #D6CAFB: hue angle of 254.69º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6CAFB is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 202 | 251 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.02 |
| HSL | 254.69º | 0.86% | 0.89% | - |
| HSV(B) | 254.69º | 0.2% | 0.98% | - |
| XYZ | 66.26 | 63.5 | 100.03 | - |
| YUV | 211.17 | 150.48 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 202 | 251 | 0.15 | 0.20 | 0 | 0.02 | 254.69 | 0.86 | 0.89 |
| Hex | D6 | CA | FB | F | 14 | 0 | 2 | FF | 56 | 59 |
| Octal | 326 | 312 | 373 | 17 | 24 | 0 | 2 | 377 | 126 | 131 |
| Binary | 11010110 | 11001010 | 11111011 | 1111 | 10100 | 0 | 10 | 11111111 | 1010110 | 1011001 |
Color Harmonies of #D6CAFB
Complementary color
Monochromatic Colors of #D6CAFB
Black with #D6CAFB
Text Example
Text Example
White with #D6CAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CAFB; }
p { color: rgb(214,202,251); }
H1.HeaderClassName
{
color: #D6CAFB;
}
.AnyTagClassName
{
color: #D6CAFB;
}
</style>
background-color css
<style>
a { background-color: #D6CAFB; }
a { background-color: rgb(214,202,251); }
div.DivClassName
{
background-color: #D6CAFB;
}
.BgClassName
{
background-color: #D6CAFB;
}
</style>
border-color css
<style>
span { border-color: #D6CAFB; }
span { border-color: rgb(214,202,251); }
td.TdClassName
{
border-color: #D6CAFB;
}
.TagClassName
{
border-color: #D6CAFB;
}
</style>