Shades of Tranquil #DDF2F0
Tints of Tranquil #DDF2F0
RGB
CMYK
RGB Variations
Color information
#DDF2F0 (or 0xDDF2F0) is known color: Tranquil. HEX triplet: DD, F2 and F0. RGB value is (221,242,240). Sum of RGB (Red+Green+Blue) = 221+242+240=703 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.44% from 703); Green value is 242 (94.92% from 255 or 34.42% from 703); Blue value is 240 (94.14% from 255 or 34.14% from 703); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF2F0 is #220D0F. Grayscale: #EBEBEB. Windows color (decimal): -2231568 or 15790813. OLE color: 15790813.
HSL color Cylindrical-coordinate representation of color #DDF2F0: hue angle of 174.29º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDF2F0 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 242 | 240 | - |
CMYK | 0.09 | 0 | 0.01 | 0.05 |
HSL | 174.29º | 0.45% | 0.91% | - |
HSV(B) | 174.29º | 0.09% | 0.95% | - |
XYZ | 77.3 | 85.17 | 94.8 | - |
YUV | 235.49 | 130.54 | 117.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 242 | 240 | 0.09 | 0 | 0.01 | 0.05 | 174.29 | 0.45 | 0.91 |
Hex | DD | F2 | F0 | 9 | 0 | 1 | 5 | AE | 2D | 5B |
Octal | 335 | 362 | 360 | 11 | 0 | 1 | 5 | 256 | 55 | 133 |
Binary | 11011101 | 11110010 | 11110000 | 1001 | 0 | 1 | 101 | 10101110 | 101101 | 1011011 |
Color Harmonies of #DDF2F0
Complementary color
Monochromatic Colors of #DDF2F0
Black with #DDF2F0
Text Example
Text Example
White with #DDF2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2F0; }
p { color: rgb(221,242,240); }
H1.HeaderClassName
{
color: #DDF2F0;
}
.AnyTagClassName
{
color: #DDF2F0;
}
</style>
background-color css
<style>
a { background-color: #DDF2F0; }
a { background-color: rgb(221,242,240); }
div.DivClassName
{
background-color: #DDF2F0;
}
.BgClassName
{
background-color: #DDF2F0;
}
</style>
border-color css
<style>
span { border-color: #DDF2F0; }
span { border-color: rgb(221,242,240); }
td.TdClassName
{
border-color: #DDF2F0;
}
.TagClassName
{
border-color: #DDF2F0;
}
</style>