Shades of Tranquil #DDEEEC
Tints of Tranquil #DDEEEC
RGB
CMYK
RGB Variations
Color information
#DDEEEC (or 0xDDEEEC) is known color: Tranquil. HEX triplet: DD, EE and EC. RGB value is (221,238,236). Sum of RGB (Red+Green+Blue) = 221+238+236=695 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.80% from 695); Green value is 238 (93.36% from 255 or 34.24% from 695); Blue value is 236 (92.58% from 255 or 33.96% from 695); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEEC is #221113. Grayscale: #E8E8E8. Windows color (decimal): -2232596 or 15527645. OLE color: 15527645.
HSL color Cylindrical-coordinate representation of color #DDEEEC: hue angle of 172.94º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDEEEC is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 238 | 236 | - |
CMYK | 0.07 | 0 | 0.01 | 0.07 |
HSL | 172.94º | 0.33% | 0.9% | - |
HSV(B) | 172.94º | 0.07% | 0.93% | - |
XYZ | 75.53 | 82.58 | 91.31 | - |
YUV | 232.69 | 129.87 | 119.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 238 | 236 | 0.07 | 0 | 0.01 | 0.07 | 172.94 | 0.33 | 0.9 |
Hex | DD | EE | EC | 7 | 0 | 1 | 7 | AD | 21 | 5A |
Octal | 335 | 356 | 354 | 7 | 0 | 1 | 7 | 255 | 41 | 132 |
Binary | 11011101 | 11101110 | 11101100 | 111 | 0 | 1 | 111 | 10101101 | 100001 | 1011010 |
Color Harmonies of #DDEEEC
Complementary color
Monochromatic Colors of #DDEEEC
Black with #DDEEEC
Text Example
Text Example
White with #DDEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEEC; }
p { color: rgb(221,238,236); }
H1.HeaderClassName
{
color: #DDEEEC;
}
.AnyTagClassName
{
color: #DDEEEC;
}
</style>
background-color css
<style>
a { background-color: #DDEEEC; }
a { background-color: rgb(221,238,236); }
div.DivClassName
{
background-color: #DDEEEC;
}
.BgClassName
{
background-color: #DDEEEC;
}
</style>
border-color css
<style>
span { border-color: #DDEEEC; }
span { border-color: rgb(221,238,236); }
td.TdClassName
{
border-color: #DDEEEC;
}
.TagClassName
{
border-color: #DDEEEC;
}
</style>