Shades of Lavender #DCE3FE
Tints of Lavender #DCE3FE
RGB
CMYK
RGB Variations
Color information
#DCE3FE (or 0xDCE3FE) is known color: Lavender. HEX triplet: DC, E3 and FE. RGB value is (220,227,254). Sum of RGB (Red+Green+Blue) = 220+227+254=701 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.38% from 701); Green value is 227 (89.06% from 255 or 32.38% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCE3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE3FE is #231C01. Grayscale: #E3E3E3. Windows color (decimal): -2300930 or 16704476. OLE color: 16704476.
HSL color Cylindrical-coordinate representation of color #DCE3FE: hue angle of 227.65º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCE3FE is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 227 | 254 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.00 |
| HSL | 227.65º | 0.94% | 0.93% | - |
| HSV(B) | 227.65º | 0.13% | 1% | - |
| XYZ | 74.87 | 77.31 | 104.74 | - |
| YUV | 227.99 | 142.68 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 254 | 0.13 | 0.11 | 0 | 0.00 | 227.65 | 0.94 | 0.93 |
| Hex | DC | E3 | FE | D | B | 0 | 0 | E4 | 5E | 5D |
| Octal | 334 | 343 | 376 | 15 | 13 | 0 | 0 | 344 | 136 | 135 |
| Binary | 11011100 | 11100011 | 11111110 | 1101 | 1011 | 0 | 0 | 11100100 | 1011110 | 1011101 |
Color Harmonies of #DCE3FE
Complementary color
Monochromatic Colors of #DCE3FE
Black with #DCE3FE
Text Example
Text Example
White with #DCE3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE3FE; }
p { color: rgb(220,227,254); }
H1.HeaderClassName
{
color: #DCE3FE;
}
.AnyTagClassName
{
color: #DCE3FE;
}
</style>
background-color css
<style>
a { background-color: #DCE3FE; }
a { background-color: rgb(220,227,254); }
div.DivClassName
{
background-color: #DCE3FE;
}
.BgClassName
{
background-color: #DCE3FE;
}
</style>
border-color css
<style>
span { border-color: #DCE3FE; }
span { border-color: rgb(220,227,254); }
td.TdClassName
{
border-color: #DCE3FE;
}
.TagClassName
{
border-color: #DCE3FE;
}
</style>