Shades of Lavender Blue #D4C9FB
Tints of Lavender Blue #D4C9FB
RGB
CMYK
RGB Variations
Color information
#D4C9FB (or 0xD4C9FB) is known color: Lavender Blue. HEX triplet: D4, C9 and FB. RGB value is (212,201,251). Sum of RGB (Red+Green+Blue) = 212+201+251=664 (87% of max value = 765). Red value is 212 (83.20% from 255 or 31.93% from 664); Green value is 201 (78.91% from 255 or 30.27% from 664); Blue value is 251 (98.44% from 255 or 37.80% from 664); Max value from RGB is 251 - color contains mainly: blue. Hex color #D4C9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C9FB is #2B3604. Grayscale: #D1D1D1. Windows color (decimal): -2831877 or 16501204. OLE color: 16501204.
HSL color Cylindrical-coordinate representation of color #D4C9FB: hue angle of 253.2º 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 #D4C9FB is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 201 | 251 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.02 |
| HSL | 253.2º | 0.86% | 0.89% | - |
| HSV(B) | 253.2º | 0.2% | 0.98% | - |
| XYZ | 65.45 | 62.74 | 99.93 | - |
| YUV | 209.99 | 151.14 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 201 | 251 | 0.16 | 0.20 | 0 | 0.02 | 253.2 | 0.86 | 0.89 |
| Hex | D4 | C9 | FB | 10 | 14 | 0 | 2 | FD | 56 | 59 |
| Octal | 324 | 311 | 373 | 20 | 24 | 0 | 2 | 375 | 126 | 131 |
| Binary | 11010100 | 11001001 | 11111011 | 10000 | 10100 | 0 | 10 | 11111101 | 1010110 | 1011001 |
Color Harmonies of #D4C9FB
Complementary color
Monochromatic Colors of #D4C9FB
Black with #D4C9FB
Text Example
Text Example
White with #D4C9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C9FB; }
p { color: rgb(212,201,251); }
H1.HeaderClassName
{
color: #D4C9FB;
}
.AnyTagClassName
{
color: #D4C9FB;
}
</style>
background-color css
<style>
a { background-color: #D4C9FB; }
a { background-color: rgb(212,201,251); }
div.DivClassName
{
background-color: #D4C9FB;
}
.BgClassName
{
background-color: #D4C9FB;
}
</style>
border-color css
<style>
span { border-color: #D4C9FB; }
span { border-color: rgb(212,201,251); }
td.TdClassName
{
border-color: #D4C9FB;
}
.TagClassName
{
border-color: #D4C9FB;
}
</style>