Shades of Lavender #DCE1FE
Tints of Lavender #DCE1FE
RGB
CMYK
RGB Variations
Color information
#DCE1FE (or 0xDCE1FE) is known color: Lavender. HEX triplet: DC, E1 and FE. RGB value is (220,225,254). Sum of RGB (Red+Green+Blue) = 220+225+254=699 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.47% from 699); Green value is 225 (88.28% from 255 or 32.19% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCE1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE1FE is #231E01. Grayscale: #E2E2E2. Windows color (decimal): -2301442 or 16703964. OLE color: 16703964.
HSL color Cylindrical-coordinate representation of color #DCE1FE: hue angle of 231.18º 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 #DCE1FE is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 225 | 254 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.00 |
| HSL | 231.18º | 0.94% | 0.93% | - |
| HSV(B) | 231.18º | 0.13% | 1% | - |
| XYZ | 74.33 | 76.22 | 104.56 | - |
| YUV | 226.81 | 143.34 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 254 | 0.13 | 0.11 | 0 | 0.00 | 231.18 | 0.94 | 0.93 |
| Hex | DC | E1 | FE | D | B | 0 | 0 | E7 | 5E | 5D |
| Octal | 334 | 341 | 376 | 15 | 13 | 0 | 0 | 347 | 136 | 135 |
| Binary | 11011100 | 11100001 | 11111110 | 1101 | 1011 | 0 | 0 | 11100111 | 1011110 | 1011101 |
Color Harmonies of #DCE1FE
Complementary color
Monochromatic Colors of #DCE1FE
Black with #DCE1FE
Text Example
Text Example
White with #DCE1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE1FE; }
p { color: rgb(220,225,254); }
H1.HeaderClassName
{
color: #DCE1FE;
}
.AnyTagClassName
{
color: #DCE1FE;
}
</style>
background-color css
<style>
a { background-color: #DCE1FE; }
a { background-color: rgb(220,225,254); }
div.DivClassName
{
background-color: #DCE1FE;
}
.BgClassName
{
background-color: #DCE1FE;
}
</style>
border-color css
<style>
span { border-color: #DCE1FE; }
span { border-color: rgb(220,225,254); }
td.TdClassName
{
border-color: #DCE1FE;
}
.TagClassName
{
border-color: #DCE1FE;
}
</style>