Shades of Lavender Blue #D4C8FE
Tints of Lavender Blue #D4C8FE
RGB
CMYK
RGB Variations
Color information
#D4C8FE (or 0xD4C8FE) is known color: Lavender Blue. HEX triplet: D4, C8 and FE. RGB value is (212,200,254). Sum of RGB (Red+Green+Blue) = 212+200+254=666 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.83% from 666); Green value is 200 (78.52% from 255 or 30.03% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #D4C8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C8FE is #2B3701. Grayscale: #D1D1D1. Windows color (decimal): -2832130 or 16697556. OLE color: 16697556.
HSL color Cylindrical-coordinate representation of color #D4C8FE: hue angle of 253.33º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4C8FE is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 200 | 254 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.00 |
| HSL | 253.33º | 0.96% | 0.89% | - |
| HSV(B) | 253.33º | 0.21% | 1% | - |
| XYZ | 65.7 | 62.46 | 102.36 | - |
| YUV | 209.74 | 152.98 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 200 | 254 | 0.17 | 0.21 | 0 | 0.00 | 253.33 | 0.96 | 0.89 |
| Hex | D4 | C8 | FE | 11 | 15 | 0 | 0 | FD | 60 | 59 |
| Octal | 324 | 310 | 376 | 21 | 25 | 0 | 0 | 375 | 140 | 131 |
| Binary | 11010100 | 11001000 | 11111110 | 10001 | 10101 | 0 | 0 | 11111101 | 1100000 | 1011001 |
Color Harmonies of #D4C8FE
Complementary color
Monochromatic Colors of #D4C8FE
Black with #D4C8FE
Text Example
Text Example
White with #D4C8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C8FE; }
p { color: rgb(212,200,254); }
H1.HeaderClassName
{
color: #D4C8FE;
}
.AnyTagClassName
{
color: #D4C8FE;
}
</style>
background-color css
<style>
a { background-color: #D4C8FE; }
a { background-color: rgb(212,200,254); }
div.DivClassName
{
background-color: #D4C8FE;
}
.BgClassName
{
background-color: #D4C8FE;
}
</style>
border-color css
<style>
span { border-color: #D4C8FE; }
span { border-color: rgb(212,200,254); }
td.TdClassName
{
border-color: #D4C8FE;
}
.TagClassName
{
border-color: #D4C8FE;
}
</style>