Shades of Lavender Blue #D4C7FB
Tints of Lavender Blue #D4C7FB
RGB
CMYK
RGB Variations
Color information
#D4C7FB (or 0xD4C7FB) is known color: Lavender Blue. HEX triplet: D4, C7 and FB. RGB value is (212,199,251). Sum of RGB (Red+Green+Blue) = 212+199+251=662 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.02% from 662); Green value is 199 (78.12% from 255 or 30.06% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 251 - color contains mainly: blue. Hex color #D4C7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C7FB is #2B3804. Grayscale: #D0D0D0. Windows color (decimal): -2832389 or 16500692. OLE color: 16500692.
HSL color Cylindrical-coordinate representation of color #D4C7FB: hue angle of 255º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4C7FB is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 199 | 251 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.02 |
| HSL | 255º | 0.87% | 0.88% | - |
| HSV(B) | 255º | 0.21% | 0.98% | - |
| XYZ | 64.99 | 61.81 | 99.77 | - |
| YUV | 208.82 | 151.81 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 199 | 251 | 0.16 | 0.21 | 0 | 0.02 | 255 | 0.87 | 0.88 |
| Hex | D4 | C7 | FB | 10 | 15 | 0 | 2 | FF | 57 | 58 |
| Octal | 324 | 307 | 373 | 20 | 25 | 0 | 2 | 377 | 127 | 130 |
| Binary | 11010100 | 11000111 | 11111011 | 10000 | 10101 | 0 | 10 | 11111111 | 1010111 | 1011000 |
Color Harmonies of #D4C7FB
Complementary color
Monochromatic Colors of #D4C7FB
Black with #D4C7FB
Text Example
Text Example
White with #D4C7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C7FB; }
p { color: rgb(212,199,251); }
H1.HeaderClassName
{
color: #D4C7FB;
}
.AnyTagClassName
{
color: #D4C7FB;
}
</style>
background-color css
<style>
a { background-color: #D4C7FB; }
a { background-color: rgb(212,199,251); }
div.DivClassName
{
background-color: #D4C7FB;
}
.BgClassName
{
background-color: #D4C7FB;
}
</style>
border-color css
<style>
span { border-color: #D4C7FB; }
span { border-color: rgb(212,199,251); }
td.TdClassName
{
border-color: #D4C7FB;
}
.TagClassName
{
border-color: #D4C7FB;
}
</style>