<!DOCTYPE html>
<html>
<head>
<title>Der Titel des Dokuments</title>
<style>
div {
background-color: #1c87c9;
color: #d5dce8;
padding: 22px;
}
</style>
</head>
<body>
<div>
<p>Das ist ein Text in grau, und der Hintergrund ist blau.</p>
</div>
<p style="color:#8ebf42;">Dieser Text ist grün</p>
</body>
</html>