Shades of Tranquil #DCE2E0
Tints of Tranquil #DCE2E0
RGB
CMYK
RGB Variations
Color information
#DCE2E0 (or 0xDCE2E0) is known color: Tranquil. HEX triplet: DC, E2 and E0. RGB value is (220,226,224). Sum of RGB (Red+Green+Blue) = 220+226+224=670 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.84% from 670); Green value is 226 (88.67% from 255 or 33.73% from 670); Blue value is 224 (87.89% from 255 or 33.43% from 670); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE2E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE2E0 is #231D1F. Grayscale: #DFDFDF. Windows color (decimal): -2301216 or 14738140. OLE color: 14738140.
HSL color Cylindrical-coordinate representation of color #DCE2E0: hue angle of 160º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DCE2E0 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 226 | 224 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.11 |
| HSL | 160º | 0.09% | 0.87% | - |
| HSV(B) | 160º | 0.03% | 0.89% | - |
| XYZ | 70.17 | 74.99 | 81.3 | - |
| YUV | 223.98 | 128.01 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 226 | 224 | 0.03 | 0 | 0.01 | 0.11 | 160 | 0.09 | 0.87 |
| Hex | DC | E2 | E0 | 3 | 0 | 1 | B | A0 | 9 | 57 |
| Octal | 334 | 342 | 340 | 3 | 0 | 1 | 13 | 240 | 11 | 127 |
| Binary | 11011100 | 11100010 | 11100000 | 11 | 0 | 1 | 1011 | 10100000 | 1001 | 1010111 |
Color Harmonies of #DCE2E0
Complementary color
Monochromatic Colors of #DCE2E0
Black with #DCE2E0
Text Example
Text Example
White with #DCE2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE2E0; }
p { color: rgb(220,226,224); }
H1.HeaderClassName
{
color: #DCE2E0;
}
.AnyTagClassName
{
color: #DCE2E0;
}
</style>
background-color css
<style>
a { background-color: #DCE2E0; }
a { background-color: rgb(220,226,224); }
div.DivClassName
{
background-color: #DCE2E0;
}
.BgClassName
{
background-color: #DCE2E0;
}
</style>
border-color css
<style>
span { border-color: #DCE2E0; }
span { border-color: rgb(220,226,224); }
td.TdClassName
{
border-color: #DCE2E0;
}
.TagClassName
{
border-color: #DCE2E0;
}
</style>