Shades of Lavender Blue #D4CDFE
Tints of Lavender Blue #D4CDFE
RGB
CMYK
RGB Variations
Color information
#D4CDFE (or 0xD4CDFE) is known color: Lavender Blue. HEX triplet: D4, CD and FE. RGB value is (212,205,254). Sum of RGB (Red+Green+Blue) = 212+205+254=671 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.59% from 671); Green value is 205 (80.47% from 255 or 30.55% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #D4CDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CDFE is #2B3201. Grayscale: #D4D4D4. Windows color (decimal): -2830850 or 16698836. OLE color: 16698836.
HSL color Cylindrical-coordinate representation of color #D4CDFE: hue angle of 248.57º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4CDFE is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 205 | 254 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.00 |
| HSL | 248.57º | 0.96% | 0.9% | - |
| HSV(B) | 248.57º | 0.19% | 1% | - |
| XYZ | 66.87 | 64.82 | 102.75 | - |
| YUV | 212.68 | 151.32 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 205 | 254 | 0.17 | 0.19 | 0 | 0.00 | 248.57 | 0.96 | 0.9 |
| Hex | D4 | CD | FE | 11 | 13 | 0 | 0 | F9 | 60 | 5A |
| Octal | 324 | 315 | 376 | 21 | 23 | 0 | 0 | 371 | 140 | 132 |
| Binary | 11010100 | 11001101 | 11111110 | 10001 | 10011 | 0 | 0 | 11111001 | 1100000 | 1011010 |
Color Harmonies of #D4CDFE
Complementary color
Monochromatic Colors of #D4CDFE
Black with #D4CDFE
Text Example
Text Example
White with #D4CDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CDFE; }
p { color: rgb(212,205,254); }
H1.HeaderClassName
{
color: #D4CDFE;
}
.AnyTagClassName
{
color: #D4CDFE;
}
</style>
background-color css
<style>
a { background-color: #D4CDFE; }
a { background-color: rgb(212,205,254); }
div.DivClassName
{
background-color: #D4CDFE;
}
.BgClassName
{
background-color: #D4CDFE;
}
</style>
border-color css
<style>
span { border-color: #D4CDFE; }
span { border-color: rgb(212,205,254); }
td.TdClassName
{
border-color: #D4CDFE;
}
.TagClassName
{
border-color: #D4CDFE;
}
</style>