Shades of Tranquil #DDECEA
Tints of Tranquil #DDECEA
RGB
CMYK
RGB Variations
Color information
#DDECEA (or 0xDDECEA) is known color: Tranquil. HEX triplet: DD, EC and EA. RGB value is (221,236,234). Sum of RGB (Red+Green+Blue) = 221+236+234=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 236 (92.58% from 255 or 34.15% from 691); Blue value is 234 (91.80% from 255 or 33.86% from 691); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDECEA is #221315. Grayscale: #E7E7E7. Windows color (decimal): -2233110 or 15396061. OLE color: 15396061.
HSL color Cylindrical-coordinate representation of color #DDECEA: hue angle of 172º 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 #DDECEA is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 236 | 234 | - |
CMYK | 0.06 | 0 | 0.01 | 0.07 |
HSL | 172º | 0.28% | 0.9% | - |
HSV(B) | 172º | 0.06% | 0.93% | - |
XYZ | 74.67 | 81.3 | 89.6 | - |
YUV | 231.29 | 129.53 | 120.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 236 | 234 | 0.06 | 0 | 0.01 | 0.07 | 172 | 0.28 | 0.9 |
Hex | DD | EC | EA | 6 | 0 | 1 | 7 | AC | 1C | 5A |
Octal | 335 | 354 | 352 | 6 | 0 | 1 | 7 | 254 | 34 | 132 |
Binary | 11011101 | 11101100 | 11101010 | 110 | 0 | 1 | 111 | 10101100 | 11100 | 1011010 |
Color Harmonies of #DDECEA
Complementary color
Monochromatic Colors of #DDECEA
Black with #DDECEA
Text Example
Text Example
White with #DDECEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECEA; }
p { color: rgb(221,236,234); }
H1.HeaderClassName
{
color: #DDECEA;
}
.AnyTagClassName
{
color: #DDECEA;
}
</style>
background-color css
<style>
a { background-color: #DDECEA; }
a { background-color: rgb(221,236,234); }
div.DivClassName
{
background-color: #DDECEA;
}
.BgClassName
{
background-color: #DDECEA;
}
</style>
border-color css
<style>
span { border-color: #DDECEA; }
span { border-color: rgb(221,236,234); }
td.TdClassName
{
border-color: #DDECEA;
}
.TagClassName
{
border-color: #DDECEA;
}
</style>