Shades of Tranquil #DEEDEB
Tints of Tranquil #DEEDEB
RGB
CMYK
RGB Variations
Color information
#DEEDEB (or 0xDEEDEB) is known color: Tranquil. HEX triplet: DE, ED and EB. RGB value is (222,237,235). Sum of RGB (Red+Green+Blue) = 222+237+235=694 (91% of max value = 765). Red value is 222 (87.11% from 255 or 31.99% from 694); Green value is 237 (92.97% from 255 or 34.15% from 694); Blue value is 235 (92.19% from 255 or 33.86% from 694); Max value from RGB is 237 - color contains mainly: green. Hex color #DEEDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEDEB is #211214. Grayscale: #E8E8E8. Windows color (decimal): -2167317 or 15461854. OLE color: 15461854.
HSL color Cylindrical-coordinate representation of color #DEEDEB: hue angle of 172º degrees, saturation: 0.29, 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 #DEEDEB is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 237 | 235 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.07 |
| HSL | 172º | 0.29% | 0.9% | - |
| HSV(B) | 172º | 0.06% | 0.93% | - |
| XYZ | 75.4 | 82.1 | 90.47 | - |
| YUV | 232.29 | 129.53 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 237 | 235 | 0.06 | 0 | 0.01 | 0.07 | 172 | 0.29 | 0.9 |
| Hex | DE | ED | EB | 6 | 0 | 1 | 7 | AC | 1D | 5A |
| Octal | 336 | 355 | 353 | 6 | 0 | 1 | 7 | 254 | 35 | 132 |
| Binary | 11011110 | 11101101 | 11101011 | 110 | 0 | 1 | 111 | 10101100 | 11101 | 1011010 |
Color Harmonies of #DEEDEB
Complementary color
Monochromatic Colors of #DEEDEB
Black with #DEEDEB
Text Example
Text Example
White with #DEEDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEDEB; }
p { color: rgb(222,237,235); }
H1.HeaderClassName
{
color: #DEEDEB;
}
.AnyTagClassName
{
color: #DEEDEB;
}
</style>
background-color css
<style>
a { background-color: #DEEDEB; }
a { background-color: rgb(222,237,235); }
div.DivClassName
{
background-color: #DEEDEB;
}
.BgClassName
{
background-color: #DEEDEB;
}
</style>
border-color css
<style>
span { border-color: #DEEDEB; }
span { border-color: rgb(222,237,235); }
td.TdClassName
{
border-color: #DEEDEB;
}
.TagClassName
{
border-color: #DEEDEB;
}
</style>