Shades of Tranquil #DEE8E6
Tints of Tranquil #DEE8E6
RGB
CMYK
RGB Variations
Color information
#DEE8E6 (or 0xDEE8E6) is known color: Tranquil. HEX triplet: DE, E8 and E6. RGB value is (222,232,230). Sum of RGB (Red+Green+Blue) = 222+232+230=684 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.46% from 684); Green value is 232 (91.02% from 255 or 33.92% from 684); Blue value is 230 (90.23% from 255 or 33.63% from 684); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE8E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE8E6 is #211719. Grayscale: #E4E4E4. Windows color (decimal): -2168602 or 15132894. OLE color: 15132894.
HSL color Cylindrical-coordinate representation of color #DEE8E6: hue angle of 168º degrees, saturation: 0.18, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DEE8E6 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 230 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.09 |
| HSL | 168º | 0.18% | 0.89% | - |
| HSV(B) | 168º | 0.04% | 0.91% | - |
| XYZ | 73.26 | 78.96 | 86.24 | - |
| YUV | 228.78 | 128.69 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 230 | 0.04 | 0 | 0.01 | 0.09 | 168 | 0.18 | 0.89 |
| Hex | DE | E8 | E6 | 4 | 0 | 1 | 9 | A8 | 12 | 59 |
| Octal | 336 | 350 | 346 | 4 | 0 | 1 | 11 | 250 | 22 | 131 |
| Binary | 11011110 | 11101000 | 11100110 | 100 | 0 | 1 | 1001 | 10101000 | 10010 | 1011001 |
Color Harmonies of #DEE8E6
Complementary color
Monochromatic Colors of #DEE8E6
Black with #DEE8E6
Text Example
Text Example
White with #DEE8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE8E6; }
p { color: rgb(222,232,230); }
H1.HeaderClassName
{
color: #DEE8E6;
}
.AnyTagClassName
{
color: #DEE8E6;
}
</style>
background-color css
<style>
a { background-color: #DEE8E6; }
a { background-color: rgb(222,232,230); }
div.DivClassName
{
background-color: #DEE8E6;
}
.BgClassName
{
background-color: #DEE8E6;
}
</style>
border-color css
<style>
span { border-color: #DEE8E6; }
span { border-color: rgb(222,232,230); }
td.TdClassName
{
border-color: #DEE8E6;
}
.TagClassName
{
border-color: #DEE8E6;
}
</style>