Shades of Lavender Blue #D4C8FC
Tints of Lavender Blue #D4C8FC
RGB
CMYK
RGB Variations
Color information
#D4C8FC (or 0xD4C8FC) is known color: Lavender Blue. HEX triplet: D4, C8 and FC. RGB value is (212,200,252). Sum of RGB (Red+Green+Blue) = 212+200+252=664 (87% of max value = 765). Red value is 212 (83.20% from 255 or 31.93% from 664); Green value is 200 (78.52% from 255 or 30.12% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: blue. Hex color #D4C8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C8FC is #2B3703. Grayscale: #D1D1D1. Windows color (decimal): -2832132 or 16566484. OLE color: 16566484.
HSL color Cylindrical-coordinate representation of color #D4C8FC: hue angle of 253.85º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4C8FC is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 200 | 252 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.01 |
| HSL | 253.85º | 0.9% | 0.89% | - |
| HSV(B) | 253.85º | 0.21% | 0.99% | - |
| XYZ | 65.38 | 62.33 | 100.68 | - |
| YUV | 209.52 | 151.98 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 200 | 252 | 0.16 | 0.21 | 0 | 0.01 | 253.85 | 0.9 | 0.89 |
| Hex | D4 | C8 | FC | 10 | 15 | 0 | 1 | FE | 5A | 59 |
| Octal | 324 | 310 | 374 | 20 | 25 | 0 | 1 | 376 | 132 | 131 |
| Binary | 11010100 | 11001000 | 11111100 | 10000 | 10101 | 0 | 1 | 11111110 | 1011010 | 1011001 |
Color Harmonies of #D4C8FC
Complementary color
Monochromatic Colors of #D4C8FC
Black with #D4C8FC
Text Example
Text Example
White with #D4C8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C8FC; }
p { color: rgb(212,200,252); }
H1.HeaderClassName
{
color: #D4C8FC;
}
.AnyTagClassName
{
color: #D4C8FC;
}
</style>
background-color css
<style>
a { background-color: #D4C8FC; }
a { background-color: rgb(212,200,252); }
div.DivClassName
{
background-color: #D4C8FC;
}
.BgClassName
{
background-color: #D4C8FC;
}
</style>
border-color css
<style>
span { border-color: #D4C8FC; }
span { border-color: rgb(212,200,252); }
td.TdClassName
{
border-color: #D4C8FC;
}
.TagClassName
{
border-color: #D4C8FC;
}
</style>