Shades of Tranquil #DEE9E6
Tints of Tranquil #DEE9E6
RGB
CMYK
RGB Variations
Color information
#DEE9E6 (or 0xDEE9E6) is known color: Tranquil. HEX triplet: DE, E9 and E6. RGB value is (222,233,230). Sum of RGB (Red+Green+Blue) = 222+233+230=685 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.41% from 685); Green value is 233 (91.41% from 255 or 34.01% from 685); Blue value is 230 (90.23% from 255 or 33.58% from 685); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE9E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE9E6 is #211619. Grayscale: #E5E5E5. Windows color (decimal): -2168346 or 15133150. OLE color: 15133150.
HSL color Cylindrical-coordinate representation of color #DEE9E6: hue angle of 163.64º degrees, saturation: 0.2, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DEE9E6 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
RGB | 222 | 233 | 230 | - |
CMYK | 0.05 | 0 | 0.01 | 0.09 |
HSL | 163.64º | 0.2% | 0.89% | - |
HSV(B) | 163.64º | 0.05% | 0.91% | - |
XYZ | 73.55 | 79.52 | 86.34 | - |
YUV | 229.37 | 128.36 | 122.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 233 | 230 | 0.05 | 0 | 0.01 | 0.09 | 163.64 | 0.2 | 0.89 |
Hex | DE | E9 | E6 | 5 | 0 | 1 | 9 | A4 | 14 | 59 |
Octal | 336 | 351 | 346 | 5 | 0 | 1 | 11 | 244 | 24 | 131 |
Binary | 11011110 | 11101001 | 11100110 | 101 | 0 | 1 | 1001 | 10100100 | 10100 | 1011001 |
Color Harmonies of #DEE9E6
Complementary color
Monochromatic Colors of #DEE9E6
Black with #DEE9E6
Text Example
Text Example
White with #DEE9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE9E6; }
p { color: rgb(222,233,230); }
H1.HeaderClassName
{
color: #DEE9E6;
}
.AnyTagClassName
{
color: #DEE9E6;
}
</style>
background-color css
<style>
a { background-color: #DEE9E6; }
a { background-color: rgb(222,233,230); }
div.DivClassName
{
background-color: #DEE9E6;
}
.BgClassName
{
background-color: #DEE9E6;
}
</style>
border-color css
<style>
span { border-color: #DEE9E6; }
span { border-color: rgb(222,233,230); }
td.TdClassName
{
border-color: #DEE9E6;
}
.TagClassName
{
border-color: #DEE9E6;
}
</style>