Shades of Lavender #DCE2FC
Tints of Lavender #DCE2FC
RGB
CMYK
RGB Variations
Color information
#DCE2FC (or 0xDCE2FC) is known color: Lavender. HEX triplet: DC, E2 and FC. RGB value is (220,226,252). Sum of RGB (Red+Green+Blue) = 220+226+252=698 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.52% from 698); Green value is 226 (88.67% from 255 or 32.38% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCE2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE2FC is #231D03. Grayscale: #E3E3E3. Windows color (decimal): -2301188 or 16573148. OLE color: 16573148.
HSL color Cylindrical-coordinate representation of color #DCE2FC: hue angle of 228.75º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCE2FC is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 226 | 252 | - |
CMYK | 0.13 | 0.10 | 0 | 0.01 |
HSL | 228.75º | 0.84% | 0.93% | - |
HSV(B) | 228.75º | 0.13% | 0.99% | - |
XYZ | 74.28 | 76.64 | 102.97 | - |
YUV | 227.17 | 142.01 | 122.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 226 | 252 | 0.13 | 0.10 | 0 | 0.01 | 228.75 | 0.84 | 0.93 |
Hex | DC | E2 | FC | D | A | 0 | 1 | E5 | 54 | 5D |
Octal | 334 | 342 | 374 | 15 | 12 | 0 | 1 | 345 | 124 | 135 |
Binary | 11011100 | 11100010 | 11111100 | 1101 | 1010 | 0 | 1 | 11100101 | 1010100 | 1011101 |
Color Harmonies of #DCE2FC
Complementary color
Monochromatic Colors of #DCE2FC
Black with #DCE2FC
Text Example
Text Example
White with #DCE2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE2FC; }
p { color: rgb(220,226,252); }
H1.HeaderClassName
{
color: #DCE2FC;
}
.AnyTagClassName
{
color: #DCE2FC;
}
</style>
background-color css
<style>
a { background-color: #DCE2FC; }
a { background-color: rgb(220,226,252); }
div.DivClassName
{
background-color: #DCE2FC;
}
.BgClassName
{
background-color: #DCE2FC;
}
</style>
border-color css
<style>
span { border-color: #DCE2FC; }
span { border-color: rgb(220,226,252); }
td.TdClassName
{
border-color: #DCE2FC;
}
.TagClassName
{
border-color: #DCE2FC;
}
</style>