Shades of Tranquil #DDF0EB
Tints of Tranquil #DDF0EB
RGB
CMYK
RGB Variations
Color information
#DDF0EB (or 0xDDF0EB) is known color: Tranquil. HEX triplet: DD, F0 and EB. RGB value is (221,240,235). Sum of RGB (Red+Green+Blue) = 221+240+235=696 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.75% from 696); Green value is 240 (94.14% from 255 or 34.48% from 696); Blue value is 235 (92.19% from 255 or 33.76% from 696); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF0EB is #220F14. Grayscale: #E9E9E9. Windows color (decimal): -2232085 or 15462621. OLE color: 15462621.
HSL color Cylindrical-coordinate representation of color #DDF0EB: hue angle of 164.21º 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 #DDF0EB is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 221 | 240 | 235 | - |
CMYK | 0.08 | 0 | 0.02 | 0.06 |
HSL | 164.21º | 0.39% | 0.9% | - |
HSV(B) | 164.21º | 0.08% | 0.94% | - |
XYZ | 75.97 | 83.69 | 90.75 | - |
YUV | 233.75 | 128.71 | 118.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 240 | 235 | 0.08 | 0 | 0.02 | 0.06 | 164.21 | 0.39 | 0.9 |
Hex | DD | F0 | EB | 8 | 0 | 2 | 6 | A4 | 27 | 5A |
Octal | 335 | 360 | 353 | 10 | 0 | 2 | 6 | 244 | 47 | 132 |
Binary | 11011101 | 11110000 | 11101011 | 1000 | 0 | 10 | 110 | 10100100 | 100111 | 1011010 |
Color Harmonies of #DDF0EB
Complementary color
Monochromatic Colors of #DDF0EB
Black with #DDF0EB
Text Example
Text Example
White with #DDF0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF0EB; }
p { color: rgb(221,240,235); }
H1.HeaderClassName
{
color: #DDF0EB;
}
.AnyTagClassName
{
color: #DDF0EB;
}
</style>
background-color css
<style>
a { background-color: #DDF0EB; }
a { background-color: rgb(221,240,235); }
div.DivClassName
{
background-color: #DDF0EB;
}
.BgClassName
{
background-color: #DDF0EB;
}
</style>
border-color css
<style>
span { border-color: #DDF0EB; }
span { border-color: rgb(221,240,235); }
td.TdClassName
{
border-color: #DDF0EB;
}
.TagClassName
{
border-color: #DDF0EB;
}
</style>