Shades of Lavender Blue #D4CEF7
Tints of Lavender Blue #D4CEF7
RGB
CMYK
RGB Variations
Color information
#D4CEF7 (or 0xD4CEF7) is known color: Lavender Blue. HEX triplet: D4, CE and F7. RGB value is (212,206,247). Sum of RGB (Red+Green+Blue) = 212+206+247=665 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.88% from 665); Green value is 206 (80.86% from 255 or 30.98% from 665); Blue value is 247 (96.88% from 255 or 37.14% from 665); Max value from RGB is 247 - color contains mainly: blue. Hex color #D4CEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CEF7 is #2B3108. Grayscale: #D4D4D4. Windows color (decimal): -2830601 or 16240340. OLE color: 16240340.
HSL color Cylindrical-coordinate representation of color #D4CEF7: hue angle of 248.78º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4CEF7 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 206 | 247 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.03 |
| HSL | 248.78º | 0.72% | 0.89% | - |
| HSV(B) | 248.78º | 0.17% | 0.97% | - |
| XYZ | 66.01 | 64.86 | 97.03 | - |
| YUV | 212.47 | 147.49 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 206 | 247 | 0.14 | 0.17 | 0 | 0.03 | 248.78 | 0.72 | 0.89 |
| Hex | D4 | CE | F7 | E | 11 | 0 | 3 | F9 | 48 | 59 |
| Octal | 324 | 316 | 367 | 16 | 21 | 0 | 3 | 371 | 110 | 131 |
| Binary | 11010100 | 11001110 | 11110111 | 1110 | 10001 | 0 | 11 | 11111001 | 1001000 | 1011001 |
Color Harmonies of #D4CEF7
Complementary color
Monochromatic Colors of #D4CEF7
Black with #D4CEF7
Text Example
Text Example
White with #D4CEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CEF7; }
p { color: rgb(212,206,247); }
H1.HeaderClassName
{
color: #D4CEF7;
}
.AnyTagClassName
{
color: #D4CEF7;
}
</style>
background-color css
<style>
a { background-color: #D4CEF7; }
a { background-color: rgb(212,206,247); }
div.DivClassName
{
background-color: #D4CEF7;
}
.BgClassName
{
background-color: #D4CEF7;
}
</style>
border-color css
<style>
span { border-color: #D4CEF7; }
span { border-color: rgb(212,206,247); }
td.TdClassName
{
border-color: #D4CEF7;
}
.TagClassName
{
border-color: #D4CEF7;
}
</style>