Shades of Tranquil #DEEEEC
Tints of Tranquil #DEEEEC
RGB
CMYK
RGB Variations
Color information
#DEEEEC (or 0xDEEEEC) is known color: Tranquil. HEX triplet: DE, EE and EC. RGB value is (222,238,236). Sum of RGB (Red+Green+Blue) = 222+238+236=696 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.90% from 696); Green value is 238 (93.36% from 255 or 34.20% from 696); Blue value is 236 (92.58% from 255 or 33.91% from 696); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEEEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEEEC is #211113. Grayscale: #E8E8E8. Windows color (decimal): -2167060 or 15527646. OLE color: 15527646.
HSL color Cylindrical-coordinate representation of color #DEEEEC: hue angle of 172.5º degrees, saturation: 0.32, 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 #DEEEEC is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 236 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.07 |
| HSL | 172.5º | 0.32% | 0.9% | - |
| HSV(B) | 172.5º | 0.07% | 0.93% | - |
| XYZ | 75.84 | 82.73 | 91.33 | - |
| YUV | 232.99 | 129.7 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 236 | 0.07 | 0 | 0.01 | 0.07 | 172.5 | 0.32 | 0.9 |
| Hex | DE | EE | EC | 7 | 0 | 1 | 7 | AC | 20 | 5A |
| Octal | 336 | 356 | 354 | 7 | 0 | 1 | 7 | 254 | 40 | 132 |
| Binary | 11011110 | 11101110 | 11101100 | 111 | 0 | 1 | 111 | 10101100 | 100000 | 1011010 |
Color Harmonies of #DEEEEC
Complementary color
Monochromatic Colors of #DEEEEC
Black with #DEEEEC
Text Example
Text Example
White with #DEEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEEEC; }
p { color: rgb(222,238,236); }
H1.HeaderClassName
{
color: #DEEEEC;
}
.AnyTagClassName
{
color: #DEEEEC;
}
</style>
background-color css
<style>
a { background-color: #DEEEEC; }
a { background-color: rgb(222,238,236); }
div.DivClassName
{
background-color: #DEEEEC;
}
.BgClassName
{
background-color: #DEEEEC;
}
</style>
border-color css
<style>
span { border-color: #DEEEEC; }
span { border-color: rgb(222,238,236); }
td.TdClassName
{
border-color: #DEEEEC;
}
.TagClassName
{
border-color: #DEEEEC;
}
</style>