Shades of Lavender #DCE0FF
Tints of Lavender #DCE0FF
RGB
CMYK
RGB Variations
Color information
#DCE0FF (or 0xDCE0FF) is known color: Lavender. HEX triplet: DC, E0 and FF. RGB value is (220,224,255). Sum of RGB (Red+Green+Blue) = 220+224+255=699 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.47% from 699); Green value is 224 (87.89% from 255 or 32.05% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCE0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE0FF is #231F00. Grayscale: #E2E2E2. Windows color (decimal): -2301697 or 16769244. OLE color: 16769244.
HSL color Cylindrical-coordinate representation of color #DCE0FF: hue angle of 233.14º 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 #DCE0FF is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 224 | 255 | - |
| CMYK | 0.14 | 0.12 | 0 | 0 |
| HSL | 233.14º | 1% | 0.93% | - |
| HSV(B) | 233.14º | 0.14% | 1% | - |
| XYZ | 74.22 | 75.75 | 105.32 | - |
| YUV | 226.34 | 144.17 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 255 | 0.14 | 0.12 | 0 | 0 | 233.14 | 1 | 0.93 |
| Hex | DC | E0 | FF | E | C | 0 | 0 | E9 | 64 | 5D |
| Octal | 334 | 340 | 377 | 16 | 14 | 0 | 0 | 351 | 144 | 135 |
| Binary | 11011100 | 11100000 | 11111111 | 1110 | 1100 | 0 | 0 | 11101001 | 1100100 | 1011101 |
Color Harmonies of #DCE0FF
Complementary color
Monochromatic Colors of #DCE0FF
Black with #DCE0FF
Text Example
Text Example
White with #DCE0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE0FF; }
p { color: rgb(220,224,255); }
H1.HeaderClassName
{
color: #DCE0FF;
}
.AnyTagClassName
{
color: #DCE0FF;
}
</style>
background-color css
<style>
a { background-color: #DCE0FF; }
a { background-color: rgb(220,224,255); }
div.DivClassName
{
background-color: #DCE0FF;
}
.BgClassName
{
background-color: #DCE0FF;
}
</style>
border-color css
<style>
span { border-color: #DCE0FF; }
span { border-color: rgb(220,224,255); }
td.TdClassName
{
border-color: #DCE0FF;
}
.TagClassName
{
border-color: #DCE0FF;
}
</style>