Shades of Tranquil #DDF4F0
Tints of Tranquil #DDF4F0
RGB
CMYK
RGB Variations
Color information
#DDF4F0 (or 0xDDF4F0) is known color: Tranquil. HEX triplet: DD, F4 and F0. RGB value is (221,244,240). Sum of RGB (Red+Green+Blue) = 221+244+240=705 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.35% from 705); Green value is 244 (95.70% from 255 or 34.61% from 705); Blue value is 240 (94.14% from 255 or 34.04% from 705); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF4F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF4F0 is #220B0F. Grayscale: #ECECEC. Windows color (decimal): -2231056 or 15791325. OLE color: 15791325.
HSL color Cylindrical-coordinate representation of color #DDF4F0: hue angle of 169.57º degrees, saturation: 0.51, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDF4F0 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 244 | 240 | - |
CMYK | 0.09 | 0 | 0.02 | 0.04 |
HSL | 169.57º | 0.51% | 0.91% | - |
HSV(B) | 169.57º | 0.09% | 0.96% | - |
XYZ | 77.9 | 86.36 | 95 | - |
YUV | 236.67 | 129.88 | 116.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 244 | 240 | 0.09 | 0 | 0.02 | 0.04 | 169.57 | 0.51 | 0.91 |
Hex | DD | F4 | F0 | 9 | 0 | 2 | 4 | AA | 33 | 5B |
Octal | 335 | 364 | 360 | 11 | 0 | 2 | 4 | 252 | 63 | 133 |
Binary | 11011101 | 11110100 | 11110000 | 1001 | 0 | 10 | 100 | 10101010 | 110011 | 1011011 |
Color Harmonies of #DDF4F0
Complementary color
Monochromatic Colors of #DDF4F0
Black with #DDF4F0
Text Example
Text Example
White with #DDF4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF4F0; }
p { color: rgb(221,244,240); }
H1.HeaderClassName
{
color: #DDF4F0;
}
.AnyTagClassName
{
color: #DDF4F0;
}
</style>
background-color css
<style>
a { background-color: #DDF4F0; }
a { background-color: rgb(221,244,240); }
div.DivClassName
{
background-color: #DDF4F0;
}
.BgClassName
{
background-color: #DDF4F0;
}
</style>
border-color css
<style>
span { border-color: #DDF4F0; }
span { border-color: rgb(221,244,240); }
td.TdClassName
{
border-color: #DDF4F0;
}
.TagClassName
{
border-color: #DDF4F0;
}
</style>