Shades of Tranquil #DDEAE8
Tints of Tranquil #DDEAE8
RGB
CMYK
RGB Variations
Color information
#DDEAE8 (or 0xDDEAE8) is known color: Tranquil. HEX triplet: DD, EA and E8. RGB value is (221,234,232). Sum of RGB (Red+Green+Blue) = 221+234+232=687 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.17% from 687); Green value is 234 (91.80% from 255 or 34.06% from 687); Blue value is 232 (91.02% from 255 or 33.77% from 687); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEAE8 is #221517. Grayscale: #E5E5E5. Windows color (decimal): -2233624 or 15264477. OLE color: 15264477.
HSL color Cylindrical-coordinate representation of color #DDEAE8: hue angle of 170.77º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDEAE8 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 234 | 232 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.08 |
| HSL | 170.77º | 0.24% | 0.89% | - |
| HSV(B) | 170.77º | 0.06% | 0.92% | - |
| XYZ | 73.81 | 80.04 | 87.9 | - |
| YUV | 229.89 | 129.19 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 234 | 232 | 0.06 | 0 | 0.01 | 0.08 | 170.77 | 0.24 | 0.89 |
| Hex | DD | EA | E8 | 6 | 0 | 1 | 8 | AB | 18 | 59 |
| Octal | 335 | 352 | 350 | 6 | 0 | 1 | 10 | 253 | 30 | 131 |
| Binary | 11011101 | 11101010 | 11101000 | 110 | 0 | 1 | 1000 | 10101011 | 11000 | 1011001 |
Color Harmonies of #DDEAE8
Complementary color
Monochromatic Colors of #DDEAE8
Black with #DDEAE8
Text Example
Text Example
White with #DDEAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEAE8; }
p { color: rgb(221,234,232); }
H1.HeaderClassName
{
color: #DDEAE8;
}
.AnyTagClassName
{
color: #DDEAE8;
}
</style>
background-color css
<style>
a { background-color: #DDEAE8; }
a { background-color: rgb(221,234,232); }
div.DivClassName
{
background-color: #DDEAE8;
}
.BgClassName
{
background-color: #DDEAE8;
}
</style>
border-color css
<style>
span { border-color: #DDEAE8; }
span { border-color: rgb(221,234,232); }
td.TdClassName
{
border-color: #DDEAE8;
}
.TagClassName
{
border-color: #DDEAE8;
}
</style>