Shades of Lavender #DCE3FF
Tints of Lavender #DCE3FF
RGB
CMYK
RGB Variations
Color information
#DCE3FF (or 0xDCE3FF) is known color: Lavender. HEX triplet: DC, E3 and FF. RGB value is (220,227,255). Sum of RGB (Red+Green+Blue) = 220+227+255=702 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.34% from 702); Green value is 227 (89.06% from 255 or 32.34% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCE3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE3FF is #231C00. Grayscale: #E3E3E3. Windows color (decimal): -2300929 or 16770012. OLE color: 16770012.
HSL color Cylindrical-coordinate representation of color #DCE3FF: hue angle of 228º 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 #DCE3FF is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 220 | 227 | 255 | - |
CMYK | 0.14 | 0.11 | 0 | 0 |
HSL | 228º | 1% | 0.93% | - |
HSV(B) | 228º | 0.14% | 1% | - |
XYZ | 75.03 | 77.37 | 105.59 | - |
YUV | 228.1 | 143.18 | 122.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 227 | 255 | 0.14 | 0.11 | 0 | 0 | 228 | 1 | 0.93 |
Hex | DC | E3 | FF | E | B | 0 | 0 | E4 | 64 | 5D |
Octal | 334 | 343 | 377 | 16 | 13 | 0 | 0 | 344 | 144 | 135 |
Binary | 11011100 | 11100011 | 11111111 | 1110 | 1011 | 0 | 0 | 11100100 | 1100100 | 1011101 |
Color Harmonies of #DCE3FF
Complementary color
Monochromatic Colors of #DCE3FF
Black with #DCE3FF
Text Example
Text Example
White with #DCE3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE3FF; }
p { color: rgb(220,227,255); }
H1.HeaderClassName
{
color: #DCE3FF;
}
.AnyTagClassName
{
color: #DCE3FF;
}
</style>
background-color css
<style>
a { background-color: #DCE3FF; }
a { background-color: rgb(220,227,255); }
div.DivClassName
{
background-color: #DCE3FF;
}
.BgClassName
{
background-color: #DCE3FF;
}
</style>
border-color css
<style>
span { border-color: #DCE3FF; }
span { border-color: rgb(220,227,255); }
td.TdClassName
{
border-color: #DCE3FF;
}
.TagClassName
{
border-color: #DCE3FF;
}
</style>