Shades of Lavender Blue #D4C4FF
Tints of Lavender Blue #D4C4FF
RGB
CMYK
RGB Variations
Color information
#D4C4FF (or 0xD4C4FF) is known color: Lavender Blue. HEX triplet: D4, C4 and FF. RGB value is (212,196,255). Sum of RGB (Red+Green+Blue) = 212+196+255=663 (87% of max value = 765). Red value is 212 (83.20% from 255 or 31.98% from 663); Green value is 196 (76.95% from 255 or 29.56% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4C4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C4FF is #2B3B00. Grayscale: #CFCFCF. Windows color (decimal): -2833153 or 16762068. OLE color: 16762068.
HSL color Cylindrical-coordinate representation of color #D4C4FF: hue angle of 256.27º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4C4FF is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 196 | 255 | - |
| CMYK | 0.17 | 0.23 | 0 | 0 |
| HSL | 256.27º | 1% | 0.88% | - |
| HSV(B) | 256.27º | 0.23% | 1% | - |
| XYZ | 64.94 | 60.7 | 102.9 | - |
| YUV | 207.51 | 154.8 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 196 | 255 | 0.17 | 0.23 | 0 | 0 | 256.27 | 1 | 0.88 |
| Hex | D4 | C4 | FF | 11 | 17 | 0 | 0 | 100 | 64 | 58 |
| Octal | 324 | 304 | 377 | 21 | 27 | 0 | 0 | 400 | 144 | 130 |
| Binary | 11010100 | 11000100 | 11111111 | 10001 | 10111 | 0 | 0 | 100000000 | 1100100 | 1011000 |
Color Harmonies of #D4C4FF
Complementary color
Monochromatic Colors of #D4C4FF
Black with #D4C4FF
Text Example
Text Example
White with #D4C4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C4FF; }
p { color: rgb(212,196,255); }
H1.HeaderClassName
{
color: #D4C4FF;
}
.AnyTagClassName
{
color: #D4C4FF;
}
</style>
background-color css
<style>
a { background-color: #D4C4FF; }
a { background-color: rgb(212,196,255); }
div.DivClassName
{
background-color: #D4C4FF;
}
.BgClassName
{
background-color: #D4C4FF;
}
</style>
border-color css
<style>
span { border-color: #D4C4FF; }
span { border-color: rgb(212,196,255); }
td.TdClassName
{
border-color: #D4C4FF;
}
.TagClassName
{
border-color: #D4C4FF;
}
</style>