Shades of Tranquil #DCE8E5
Tints of Tranquil #DCE8E5
RGB
CMYK
RGB Variations
Color information
#DCE8E5 (or 0xDCE8E5) is known color: Tranquil. HEX triplet: DC, E8 and E5. RGB value is (220,232,229). Sum of RGB (Red+Green+Blue) = 220+232+229=681 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.31% from 681); Green value is 232 (91.02% from 255 or 34.07% from 681); Blue value is 229 (89.84% from 255 or 33.63% from 681); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE8E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE8E5 is #23171A. Grayscale: #E4E4E4. Windows color (decimal): -2299675 or 15067356. OLE color: 15067356.
HSL color Cylindrical-coordinate representation of color #DCE8E5: hue angle of 165º 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 #DCE8E5 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 232 | 229 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.09 |
| HSL | 165º | 0.21% | 0.89% | - |
| HSV(B) | 165º | 0.05% | 0.91% | - |
| XYZ | 72.51 | 78.59 | 85.48 | - |
| YUV | 228.07 | 128.52 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 232 | 229 | 0.05 | 0 | 0.01 | 0.09 | 165 | 0.21 | 0.89 |
| Hex | DC | E8 | E5 | 5 | 0 | 1 | 9 | A5 | 15 | 59 |
| Octal | 334 | 350 | 345 | 5 | 0 | 1 | 11 | 245 | 25 | 131 |
| Binary | 11011100 | 11101000 | 11100101 | 101 | 0 | 1 | 1001 | 10100101 | 10101 | 1011001 |
Color Harmonies of #DCE8E5
Complementary color
Monochromatic Colors of #DCE8E5
Black with #DCE8E5
Text Example
Text Example
White with #DCE8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE8E5; }
p { color: rgb(220,232,229); }
H1.HeaderClassName
{
color: #DCE8E5;
}
.AnyTagClassName
{
color: #DCE8E5;
}
</style>
background-color css
<style>
a { background-color: #DCE8E5; }
a { background-color: rgb(220,232,229); }
div.DivClassName
{
background-color: #DCE8E5;
}
.BgClassName
{
background-color: #DCE8E5;
}
</style>
border-color css
<style>
span { border-color: #DCE8E5; }
span { border-color: rgb(220,232,229); }
td.TdClassName
{
border-color: #DCE8E5;
}
.TagClassName
{
border-color: #DCE8E5;
}
</style>