Shades of Lavender #DCE1FB
Tints of Lavender #DCE1FB
RGB
CMYK
RGB Variations
Color information
#DCE1FB (or 0xDCE1FB) is known color: Lavender. HEX triplet: DC, E1 and FB. RGB value is (220,225,251). Sum of RGB (Red+Green+Blue) = 220+225+251=696 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.61% from 696); Green value is 225 (88.28% from 255 or 32.33% from 696); Blue value is 251 (98.44% from 255 or 36.06% from 696); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCE1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE1FB is #231E04. Grayscale: #E2E2E2. Windows color (decimal): -2301445 or 16507356. OLE color: 16507356.
HSL color Cylindrical-coordinate representation of color #DCE1FB: hue angle of 230.32º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCE1FB is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 225 | 251 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.02 |
| HSL | 230.32º | 0.79% | 0.92% | - |
| HSV(B) | 230.32º | 0.12% | 0.98% | - |
| XYZ | 73.85 | 76.03 | 102.05 | - |
| YUV | 226.47 | 141.84 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 251 | 0.12 | 0.10 | 0 | 0.02 | 230.32 | 0.79 | 0.92 |
| Hex | DC | E1 | FB | C | A | 0 | 2 | E6 | 4F | 5C |
| Octal | 334 | 341 | 373 | 14 | 12 | 0 | 2 | 346 | 117 | 134 |
| Binary | 11011100 | 11100001 | 11111011 | 1100 | 1010 | 0 | 10 | 11100110 | 1001111 | 1011100 |
Color Harmonies of #DCE1FB
Complementary color
Monochromatic Colors of #DCE1FB
Black with #DCE1FB
Text Example
Text Example
White with #DCE1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE1FB; }
p { color: rgb(220,225,251); }
H1.HeaderClassName
{
color: #DCE1FB;
}
.AnyTagClassName
{
color: #DCE1FB;
}
</style>
background-color css
<style>
a { background-color: #DCE1FB; }
a { background-color: rgb(220,225,251); }
div.DivClassName
{
background-color: #DCE1FB;
}
.BgClassName
{
background-color: #DCE1FB;
}
</style>
border-color css
<style>
span { border-color: #DCE1FB; }
span { border-color: rgb(220,225,251); }
td.TdClassName
{
border-color: #DCE1FB;
}
.TagClassName
{
border-color: #DCE1FB;
}
</style>