Shades of Tranquil #DCE8E6
Tints of Tranquil #DCE8E6
RGB
CMYK
RGB Variations
Color information
#DCE8E6 (or 0xDCE8E6) is known color: Tranquil. HEX triplet: DC, E8 and E6. RGB value is (220,232,230). Sum of RGB (Red+Green+Blue) = 220+232+230=682 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.26% from 682); Green value is 232 (91.02% from 255 or 34.02% from 682); Blue value is 230 (90.23% from 255 or 33.72% from 682); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE8E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE8E6 is #231719. Grayscale: #E4E4E4. Windows color (decimal): -2299674 or 15132892. OLE color: 15132892.
HSL color Cylindrical-coordinate representation of color #DCE8E6: hue angle of 170º degrees, saturation: 0.21, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DCE8E6 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 232 | 230 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.09 |
| HSL | 170º | 0.21% | 0.89% | - |
| HSV(B) | 170º | 0.05% | 0.91% | - |
| XYZ | 72.65 | 78.64 | 86.21 | - |
| YUV | 228.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 232 | 230 | 0.05 | 0 | 0.01 | 0.09 | 170 | 0.21 | 0.89 |
| Hex | DC | E8 | E6 | 5 | 0 | 1 | 9 | AA | 15 | 59 |
| Octal | 334 | 350 | 346 | 5 | 0 | 1 | 11 | 252 | 25 | 131 |
| Binary | 11011100 | 11101000 | 11100110 | 101 | 0 | 1 | 1001 | 10101010 | 10101 | 1011001 |
Color Harmonies of #DCE8E6
Complementary color
Monochromatic Colors of #DCE8E6
Black with #DCE8E6
Text Example
Text Example
White with #DCE8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE8E6; }
p { color: rgb(220,232,230); }
H1.HeaderClassName
{
color: #DCE8E6;
}
.AnyTagClassName
{
color: #DCE8E6;
}
</style>
background-color css
<style>
a { background-color: #DCE8E6; }
a { background-color: rgb(220,232,230); }
div.DivClassName
{
background-color: #DCE8E6;
}
.BgClassName
{
background-color: #DCE8E6;
}
</style>
border-color css
<style>
span { border-color: #DCE8E6; }
span { border-color: rgb(220,232,230); }
td.TdClassName
{
border-color: #DCE8E6;
}
.TagClassName
{
border-color: #DCE8E6;
}
</style>