Shades of Tranquil #DDF0EE
Tints of Tranquil #DDF0EE
RGB
CMYK
RGB Variations
Color information
#DDF0EE (or 0xDDF0EE) is known color: Tranquil. HEX triplet: DD, F0 and EE. RGB value is (221,240,238). Sum of RGB (Red+Green+Blue) = 221+240+238=699 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.62% from 699); Green value is 240 (94.14% from 255 or 34.33% from 699); Blue value is 238 (93.36% from 255 or 34.05% from 699); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF0EE is #220F11. Grayscale: #EAEAEA. Windows color (decimal): -2232082 or 15659229. OLE color: 15659229.
HSL color Cylindrical-coordinate representation of color #DDF0EE: hue angle of 173.68º 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 #DDF0EE is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 221 | 240 | 238 | - |
CMYK | 0.08 | 0 | 0.01 | 0.06 |
HSL | 173.68º | 0.39% | 0.9% | - |
HSV(B) | 173.68º | 0.08% | 0.94% | - |
XYZ | 76.41 | 83.87 | 93.05 | - |
YUV | 234.09 | 130.21 | 118.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 240 | 238 | 0.08 | 0 | 0.01 | 0.06 | 173.68 | 0.39 | 0.9 |
Hex | DD | F0 | EE | 8 | 0 | 1 | 6 | AE | 27 | 5A |
Octal | 335 | 360 | 356 | 10 | 0 | 1 | 6 | 256 | 47 | 132 |
Binary | 11011101 | 11110000 | 11101110 | 1000 | 0 | 1 | 110 | 10101110 | 100111 | 1011010 |
Color Harmonies of #DDF0EE
Complementary color
Monochromatic Colors of #DDF0EE
Black with #DDF0EE
Text Example
Text Example
White with #DDF0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF0EE; }
p { color: rgb(221,240,238); }
H1.HeaderClassName
{
color: #DDF0EE;
}
.AnyTagClassName
{
color: #DDF0EE;
}
</style>
background-color css
<style>
a { background-color: #DDF0EE; }
a { background-color: rgb(221,240,238); }
div.DivClassName
{
background-color: #DDF0EE;
}
.BgClassName
{
background-color: #DDF0EE;
}
</style>
border-color css
<style>
span { border-color: #DDF0EE; }
span { border-color: rgb(221,240,238); }
td.TdClassName
{
border-color: #DDF0EE;
}
.TagClassName
{
border-color: #DDF0EE;
}
</style>