Shades of Tranquil #DCE7E5
Tints of Tranquil #DCE7E5
RGB
CMYK
RGB Variations
Color information
#DCE7E5 (or 0xDCE7E5) is known color: Tranquil. HEX triplet: DC, E7 and E5. RGB value is (220,231,229). Sum of RGB (Red+Green+Blue) = 220+231+229=680 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.35% from 680); Green value is 231 (90.62% from 255 or 33.97% from 680); Blue value is 229 (89.84% from 255 or 33.68% from 680); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE7E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE7E5 is #23181A. Grayscale: #E3E3E3. Windows color (decimal): -2299931 or 15067100. OLE color: 15067100.
HSL color Cylindrical-coordinate representation of color #DCE7E5: hue angle of 169.09º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DCE7E5 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
RGB | 220 | 231 | 229 | - |
CMYK | 0.05 | 0 | 0.01 | 0.09 |
HSL | 169.09º | 0.19% | 0.88% | - |
HSV(B) | 169.09º | 0.05% | 0.91% | - |
XYZ | 72.23 | 78.02 | 85.38 | - |
YUV | 227.48 | 128.86 | 122.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 231 | 229 | 0.05 | 0 | 0.01 | 0.09 | 169.09 | 0.19 | 0.88 |
Hex | DC | E7 | E5 | 5 | 0 | 1 | 9 | A9 | 13 | 58 |
Octal | 334 | 347 | 345 | 5 | 0 | 1 | 11 | 251 | 23 | 130 |
Binary | 11011100 | 11100111 | 11100101 | 101 | 0 | 1 | 1001 | 10101001 | 10011 | 1011000 |
Color Harmonies of #DCE7E5
Complementary color
Monochromatic Colors of #DCE7E5
Black with #DCE7E5
Text Example
Text Example
White with #DCE7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE7E5; }
p { color: rgb(220,231,229); }
H1.HeaderClassName
{
color: #DCE7E5;
}
.AnyTagClassName
{
color: #DCE7E5;
}
</style>
background-color css
<style>
a { background-color: #DCE7E5; }
a { background-color: rgb(220,231,229); }
div.DivClassName
{
background-color: #DCE7E5;
}
.BgClassName
{
background-color: #DCE7E5;
}
</style>
border-color css
<style>
span { border-color: #DCE7E5; }
span { border-color: rgb(220,231,229); }
td.TdClassName
{
border-color: #DCE7E5;
}
.TagClassName
{
border-color: #DCE7E5;
}
</style>