Shades of Tranquil #DDF2EE
Tints of Tranquil #DDF2EE
RGB
CMYK
RGB Variations
Color information
#DDF2EE (or 0xDDF2EE) is known color: Tranquil. HEX triplet: DD, F2 and EE. RGB value is (221,242,238). Sum of RGB (Red+Green+Blue) = 221+242+238=701 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.53% from 701); Green value is 242 (94.92% from 255 or 34.52% from 701); Blue value is 238 (93.36% from 255 or 33.95% from 701); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF2EE is #220D11. Grayscale: #EBEBEB. Windows color (decimal): -2231570 or 15659741. OLE color: 15659741.
HSL color Cylindrical-coordinate representation of color #DDF2EE: hue angle of 168.57º 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 #DDF2EE is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 238 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.05 |
| HSL | 168.57º | 0.45% | 0.91% | - |
| HSV(B) | 168.57º | 0.09% | 0.95% | - |
| XYZ | 77 | 85.05 | 93.25 | - |
| YUV | 235.27 | 129.54 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 238 | 0.09 | 0 | 0.02 | 0.05 | 168.57 | 0.45 | 0.91 |
| Hex | DD | F2 | EE | 9 | 0 | 2 | 5 | A9 | 2D | 5B |
| Octal | 335 | 362 | 356 | 11 | 0 | 2 | 5 | 251 | 55 | 133 |
| Binary | 11011101 | 11110010 | 11101110 | 1001 | 0 | 10 | 101 | 10101001 | 101101 | 1011011 |
Color Harmonies of #DDF2EE
Complementary color
Monochromatic Colors of #DDF2EE
Black with #DDF2EE
Text Example
Text Example
White with #DDF2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2EE; }
p { color: rgb(221,242,238); }
H1.HeaderClassName
{
color: #DDF2EE;
}
.AnyTagClassName
{
color: #DDF2EE;
}
</style>
background-color css
<style>
a { background-color: #DDF2EE; }
a { background-color: rgb(221,242,238); }
div.DivClassName
{
background-color: #DDF2EE;
}
.BgClassName
{
background-color: #DDF2EE;
}
</style>
border-color css
<style>
span { border-color: #DDF2EE; }
span { border-color: rgb(221,242,238); }
td.TdClassName
{
border-color: #DDF2EE;
}
.TagClassName
{
border-color: #DDF2EE;
}
</style>