Shades of Tranquil #DCECE8
Tints of Tranquil #DCECE8
RGB
CMYK
RGB Variations
Color information
#DCECE8 (or 0xDCECE8) is known color: Tranquil. HEX triplet: DC, EC and E8. RGB value is (220,236,232). Sum of RGB (Red+Green+Blue) = 220+236+232=688 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.98% from 688); Green value is 236 (92.58% from 255 or 34.30% from 688); Blue value is 232 (91.02% from 255 or 33.72% from 688); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCECE8 is #231317. Grayscale: #E6E6E6. Windows color (decimal): -2298648 or 15264988. OLE color: 15264988.
HSL color Cylindrical-coordinate representation of color #DCECE8: hue angle of 165º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCECE8 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 232 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.07 |
| HSL | 165º | 0.3% | 0.89% | - |
| HSV(B) | 165º | 0.07% | 0.93% | - |
| XYZ | 74.08 | 81.03 | 88.08 | - |
| YUV | 230.76 | 128.7 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 232 | 0.07 | 0 | 0.02 | 0.07 | 165 | 0.3 | 0.89 |
| Hex | DC | EC | E8 | 7 | 0 | 2 | 7 | A5 | 1E | 59 |
| Octal | 334 | 354 | 350 | 7 | 0 | 2 | 7 | 245 | 36 | 131 |
| Binary | 11011100 | 11101100 | 11101000 | 111 | 0 | 10 | 111 | 10100101 | 11110 | 1011001 |
Color Harmonies of #DCECE8
Complementary color
Monochromatic Colors of #DCECE8
Black with #DCECE8
Text Example
Text Example
White with #DCECE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECE8; }
p { color: rgb(220,236,232); }
H1.HeaderClassName
{
color: #DCECE8;
}
.AnyTagClassName
{
color: #DCECE8;
}
</style>
background-color css
<style>
a { background-color: #DCECE8; }
a { background-color: rgb(220,236,232); }
div.DivClassName
{
background-color: #DCECE8;
}
.BgClassName
{
background-color: #DCECE8;
}
</style>
border-color css
<style>
span { border-color: #DCECE8; }
span { border-color: rgb(220,236,232); }
td.TdClassName
{
border-color: #DCECE8;
}
.TagClassName
{
border-color: #DCECE8;
}
</style>