Shades of Tranquil #DDF0EC
Tints of Tranquil #DDF0EC
RGB
CMYK
RGB Variations
Color information
#DDF0EC (or 0xDDF0EC) is known color: Tranquil. HEX triplet: DD, F0 and EC. RGB value is (221,240,236). Sum of RGB (Red+Green+Blue) = 221+240+236=697 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.71% from 697); Green value is 240 (94.14% from 255 or 34.43% from 697); Blue value is 236 (92.58% from 255 or 33.86% from 697); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF0EC is #220F13. Grayscale: #E9E9E9. Windows color (decimal): -2232084 or 15528157. OLE color: 15528157.
HSL color Cylindrical-coordinate representation of color #DDF0EC: hue angle of 167.37º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDF0EC is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 221 | 240 | 236 | - |
CMYK | 0.08 | 0 | 0.02 | 0.06 |
HSL | 167.37º | 0.39% | 0.9% | - |
HSV(B) | 167.37º | 0.08% | 0.94% | - |
XYZ | 76.12 | 83.75 | 91.51 | - |
YUV | 233.86 | 129.21 | 118.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 240 | 236 | 0.08 | 0 | 0.02 | 0.06 | 167.37 | 0.39 | 0.9 |
Hex | DD | F0 | EC | 8 | 0 | 2 | 6 | A7 | 27 | 5A |
Octal | 335 | 360 | 354 | 10 | 0 | 2 | 6 | 247 | 47 | 132 |
Binary | 11011101 | 11110000 | 11101100 | 1000 | 0 | 10 | 110 | 10100111 | 100111 | 1011010 |
Color Harmonies of #DDF0EC
Complementary color
Monochromatic Colors of #DDF0EC
Black with #DDF0EC
Text Example
Text Example
White with #DDF0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF0EC; }
p { color: rgb(221,240,236); }
H1.HeaderClassName
{
color: #DDF0EC;
}
.AnyTagClassName
{
color: #DDF0EC;
}
</style>
background-color css
<style>
a { background-color: #DDF0EC; }
a { background-color: rgb(221,240,236); }
div.DivClassName
{
background-color: #DDF0EC;
}
.BgClassName
{
background-color: #DDF0EC;
}
</style>
border-color css
<style>
span { border-color: #DDF0EC; }
span { border-color: rgb(221,240,236); }
td.TdClassName
{
border-color: #DDF0EC;
}
.TagClassName
{
border-color: #DDF0EC;
}
</style>