Shades of Tranquil #DDECE9
Tints of Tranquil #DDECE9
RGB
CMYK
RGB Variations
Color information
#DDECE9 (or 0xDDECE9) is known color: Tranquil. HEX triplet: DD, EC and E9. RGB value is (221,236,233). Sum of RGB (Red+Green+Blue) = 221+236+233=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 236 (92.58% from 255 or 34.20% from 690); Blue value is 233 (91.41% from 255 or 33.77% from 690); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDECE9 is #221316. Grayscale: #E7E7E7. Windows color (decimal): -2233111 or 15330525. OLE color: 15330525.
HSL color Cylindrical-coordinate representation of color #DDECE9: hue angle of 168º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDECE9 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 236 | 233 | - |
CMYK | 0.06 | 0 | 0.01 | 0.07 |
HSL | 168º | 0.28% | 0.9% | - |
HSV(B) | 168º | 0.06% | 0.93% | - |
XYZ | 74.52 | 81.25 | 88.85 | - |
YUV | 231.17 | 129.03 | 120.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 236 | 233 | 0.06 | 0 | 0.01 | 0.07 | 168 | 0.28 | 0.9 |
Hex | DD | EC | E9 | 6 | 0 | 1 | 7 | A8 | 1C | 5A |
Octal | 335 | 354 | 351 | 6 | 0 | 1 | 7 | 250 | 34 | 132 |
Binary | 11011101 | 11101100 | 11101001 | 110 | 0 | 1 | 111 | 10101000 | 11100 | 1011010 |
Color Harmonies of #DDECE9
Complementary color
Monochromatic Colors of #DDECE9
Black with #DDECE9
Text Example
Text Example
White with #DDECE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECE9; }
p { color: rgb(221,236,233); }
H1.HeaderClassName
{
color: #DDECE9;
}
.AnyTagClassName
{
color: #DDECE9;
}
</style>
background-color css
<style>
a { background-color: #DDECE9; }
a { background-color: rgb(221,236,233); }
div.DivClassName
{
background-color: #DDECE9;
}
.BgClassName
{
background-color: #DDECE9;
}
</style>
border-color css
<style>
span { border-color: #DDECE9; }
span { border-color: rgb(221,236,233); }
td.TdClassName
{
border-color: #DDECE9;
}
.TagClassName
{
border-color: #DDECE9;
}
</style>