Shades of Lavender #DCE1FF
Tints of Lavender #DCE1FF
RGB
CMYK
RGB Variations
Color information
#DCE1FF (or 0xDCE1FF) is known color: Lavender. HEX triplet: DC, E1 and FF. RGB value is (220,225,255). Sum of RGB (Red+Green+Blue) = 220+225+255=700 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.43% from 700); Green value is 225 (88.28% from 255 or 32.14% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCE1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE1FF is #231E00. Grayscale: #E2E2E2. Windows color (decimal): -2301441 or 16769500. OLE color: 16769500.
HSL color Cylindrical-coordinate representation of color #DCE1FF: hue angle of 231.43º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCE1FF is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 225 | 255 | - |
| CMYK | 0.14 | 0.12 | 0 | 0 |
| HSL | 231.43º | 1% | 0.93% | - |
| HSV(B) | 231.43º | 0.14% | 1% | - |
| XYZ | 74.49 | 76.29 | 105.41 | - |
| YUV | 226.93 | 143.84 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 255 | 0.14 | 0.12 | 0 | 0 | 231.43 | 1 | 0.93 |
| Hex | DC | E1 | FF | E | C | 0 | 0 | E7 | 64 | 5D |
| Octal | 334 | 341 | 377 | 16 | 14 | 0 | 0 | 347 | 144 | 135 |
| Binary | 11011100 | 11100001 | 11111111 | 1110 | 1100 | 0 | 0 | 11100111 | 1100100 | 1011101 |
Color Harmonies of #DCE1FF
Complementary color
Monochromatic Colors of #DCE1FF
Black with #DCE1FF
Text Example
Text Example
White with #DCE1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE1FF; }
p { color: rgb(220,225,255); }
H1.HeaderClassName
{
color: #DCE1FF;
}
.AnyTagClassName
{
color: #DCE1FF;
}
</style>
background-color css
<style>
a { background-color: #DCE1FF; }
a { background-color: rgb(220,225,255); }
div.DivClassName
{
background-color: #DCE1FF;
}
.BgClassName
{
background-color: #DCE1FF;
}
</style>
border-color css
<style>
span { border-color: #DCE1FF; }
span { border-color: rgb(220,225,255); }
td.TdClassName
{
border-color: #DCE1FF;
}
.TagClassName
{
border-color: #DCE1FF;
}
</style>