Shades of Tranquil #DDE0DF
Tints of Tranquil #DDE0DF
RGB
CMYK
RGB Variations
Color information
#DDE0DF (or 0xDDE0DF) is known color: Tranquil. HEX triplet: DD, E0 and DF. RGB value is (221,224,223). Sum of RGB (Red+Green+Blue) = 221+224+223=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 224 (87.89% from 255 or 33.53% from 668); Blue value is 223 (87.5% from 255 or 33.38% from 668); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE0DF is #221F20. Grayscale: #DEDEDE. Windows color (decimal): -2236193 or 14672093. OLE color: 14672093.
HSL color Cylindrical-coordinate representation of color #DDE0DF: hue angle of 160º degrees, saturation: 0.05, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DDE0DF is Cyan = 0.01, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 223 | - |
| CMYK | 0.01 | 0 | 0.00 | 0.12 |
| HSL | 160º | 0.05% | 0.87% | - |
| HSV(B) | 160º | 0.01% | 0.88% | - |
| XYZ | 69.79 | 74.01 | 80.42 | - |
| YUV | 222.99 | 128.01 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 223 | 0.01 | 0 | 0.00 | 0.12 | 160 | 0.05 | 0.87 |
| Hex | DD | E0 | DF | 1 | 0 | 0 | C | A0 | 5 | 57 |
| Octal | 335 | 340 | 337 | 1 | 0 | 0 | 14 | 240 | 5 | 127 |
| Binary | 11011101 | 11100000 | 11011111 | 1 | 0 | 0 | 1100 | 10100000 | 101 | 1010111 |
Color Harmonies of #DDE0DF
Complementary color
Monochromatic Colors of #DDE0DF
Black with #DDE0DF
Text Example
Text Example
White with #DDE0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE0DF; }
p { color: rgb(221,224,223); }
H1.HeaderClassName
{
color: #DDE0DF;
}
.AnyTagClassName
{
color: #DDE0DF;
}
</style>
background-color css
<style>
a { background-color: #DDE0DF; }
a { background-color: rgb(221,224,223); }
div.DivClassName
{
background-color: #DDE0DF;
}
.BgClassName
{
background-color: #DDE0DF;
}
</style>
border-color css
<style>
span { border-color: #DDE0DF; }
span { border-color: rgb(221,224,223); }
td.TdClassName
{
border-color: #DDE0DF;
}
.TagClassName
{
border-color: #DDE0DF;
}
</style>