Shades of Lavender Blue #D4C6FF
Tints of Lavender Blue #D4C6FF
RGB
CMYK
RGB Variations
Color information
#D4C6FF (or 0xD4C6FF) is known color: Lavender Blue. HEX triplet: D4, C6 and FF. RGB value is (212,198,255). Sum of RGB (Red+Green+Blue) = 212+198+255=665 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.88% from 665); Green value is 198 (77.73% from 255 or 29.77% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4C6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C6FF is #2B3900. Grayscale: #D0D0D0. Windows color (decimal): -2832641 or 16762580. OLE color: 16762580.
HSL color Cylindrical-coordinate representation of color #D4C6FF: hue angle of 254.74º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4C6FF is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 198 | 255 | - |
| CMYK | 0.17 | 0.22 | 0 | 0 |
| HSL | 254.74º | 1% | 0.89% | - |
| HSV(B) | 254.74º | 0.22% | 1% | - |
| XYZ | 65.4 | 61.61 | 103.05 | - |
| YUV | 208.68 | 154.14 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 198 | 255 | 0.17 | 0.22 | 0 | 0 | 254.74 | 1 | 0.89 |
| Hex | D4 | C6 | FF | 11 | 16 | 0 | 0 | FF | 64 | 59 |
| Octal | 324 | 306 | 377 | 21 | 26 | 0 | 0 | 377 | 144 | 131 |
| Binary | 11010100 | 11000110 | 11111111 | 10001 | 10110 | 0 | 0 | 11111111 | 1100100 | 1011001 |
Color Harmonies of #D4C6FF
Complementary color
Monochromatic Colors of #D4C6FF
Black with #D4C6FF
Text Example
Text Example
White with #D4C6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C6FF; }
p { color: rgb(212,198,255); }
H1.HeaderClassName
{
color: #D4C6FF;
}
.AnyTagClassName
{
color: #D4C6FF;
}
</style>
background-color css
<style>
a { background-color: #D4C6FF; }
a { background-color: rgb(212,198,255); }
div.DivClassName
{
background-color: #D4C6FF;
}
.BgClassName
{
background-color: #D4C6FF;
}
</style>
border-color css
<style>
span { border-color: #D4C6FF; }
span { border-color: rgb(212,198,255); }
td.TdClassName
{
border-color: #D4C6FF;
}
.TagClassName
{
border-color: #D4C6FF;
}
</style>