Shades of Tranquil #DDEFED
Tints of Tranquil #DDEFED
RGB
CMYK
RGB Variations
Color information
#DDEFED (or 0xDDEFED) is known color: Tranquil. HEX triplet: DD, EF and ED. RGB value is (221,239,237). Sum of RGB (Red+Green+Blue) = 221+239+237=697 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.71% from 697); Green value is 239 (93.75% from 255 or 34.29% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEFED is #221012. Grayscale: #E9E9E9. Windows color (decimal): -2232339 or 15593437. OLE color: 15593437.
HSL color Cylindrical-coordinate representation of color #DDEFED: hue angle of 173.33º degrees, saturation: 0.36, 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 #DDEFED is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 221 | 239 | 237 | - |
CMYK | 0.08 | 0 | 0.01 | 0.06 |
HSL | 173.33º | 0.36% | 0.9% | - |
HSV(B) | 173.33º | 0.08% | 0.94% | - |
XYZ | 75.97 | 83.22 | 92.18 | - |
YUV | 233.39 | 130.04 | 119.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 239 | 237 | 0.08 | 0 | 0.01 | 0.06 | 173.33 | 0.36 | 0.9 |
Hex | DD | EF | ED | 8 | 0 | 1 | 6 | AD | 24 | 5A |
Octal | 335 | 357 | 355 | 10 | 0 | 1 | 6 | 255 | 44 | 132 |
Binary | 11011101 | 11101111 | 11101101 | 1000 | 0 | 1 | 110 | 10101101 | 100100 | 1011010 |
Color Harmonies of #DDEFED
Complementary color
Monochromatic Colors of #DDEFED
Black with #DDEFED
Text Example
Text Example
White with #DDEFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEFED; }
p { color: rgb(221,239,237); }
H1.HeaderClassName
{
color: #DDEFED;
}
.AnyTagClassName
{
color: #DDEFED;
}
</style>
background-color css
<style>
a { background-color: #DDEFED; }
a { background-color: rgb(221,239,237); }
div.DivClassName
{
background-color: #DDEFED;
}
.BgClassName
{
background-color: #DDEFED;
}
</style>
border-color css
<style>
span { border-color: #DDEFED; }
span { border-color: rgb(221,239,237); }
td.TdClassName
{
border-color: #DDEFED;
}
.TagClassName
{
border-color: #DDEFED;
}
</style>